Html Css Color HEX #EDD32A Golden Dream

📋 copy color: '#EDD32A'

red 237 ◦ green 211 ◦ blue 42

#EDD32A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EDD32A

Tints of Golden Dream #EDD32A

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 42 (16.8% from 255) = 8.57%

R = 48.37%
G = 43.06%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD32A (or 0xEDD32A) is known color: Golden Dream. HEX triplet: ED, D3 and 2A. RGB value is (237,211,42). Sum of RGB (Red+Green+Blue) = 237+211+42=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD32A is #122CD5. Grayscale: #C8C8C8. Windows color (decimal): -1191126 or 2806765. OLE color: 2806765.

HSL color Cylindrical-coordinate representation of color #EDD32A: hue angle of 52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD32A is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 211 42 -
CMYK 0 0.11 0.82 0.07
HSL 52º 0.84% 0.55% -
HSV(B) 52º 0.82% 0.93% -
XYZ 58.64 64.76 11.6 -
YUV 199.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 237 211 42 0 0.11 0.82 0.07 52 0.84 0.55
Hex ED D3 2A 0 B 52 7 34 54 37
Octal 355 323 52 0 13 122 7 64 124 67
Binary 11101101 11010011 101010 0 1011 1010010 111 110100 1010100 110111

Color Harmonies of #EDD32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD32A

Black with #EDD32A

Text Example


Text Example

White with #EDD32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD32A; }

 p { color: rgb(237,211,42); }

 H1.HeaderClassName
 {
   color: #EDD32A;
 }
 .AnyTagClassName
 {
   color: #EDD32A;
 }
</style>

background-color css

<style>
 a { background-color: #EDD32A; }

 a { background-color: rgb(237,211,42); }

 div.DivClassName
 {
   background-color: #EDD32A;
 }
 .BgClassName
 {
   background-color: #EDD32A;
 }
</style>

border-color css

<style>
 span { border-color: #EDD32A; }

 span { border-color: rgb(237,211,42); }

 td.TdClassName
 {
   border-color: #EDD32A;
 }
 .TagClassName
 {
   border-color: #EDD32A;
 }
</style>