Html Css Color HEX #EDD233 Golden Dream

📋 copy color: '#EDD233'

red 237 ◦ green 210 ◦ blue 51

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

Shades of Golden Dream #EDD233

Tints of Golden Dream #EDD233

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 47.59%
G = 42.17%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD233 (or 0xEDD233) is known color: Golden Dream. HEX triplet: ED, D2 and 33. RGB value is (237,210,51). Sum of RGB (Red+Green+Blue) = 237+210+51=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD233 is #122DCC. Grayscale: #C8C8C8. Windows color (decimal): -1191373 or 3396333. OLE color: 3396333.

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

Color convert

RGB 237 210 51 -
CMYK 0 0.11 0.78 0.07
HSL 51.29º 0.84% 0.56% -
HSV(B) 51.29º 0.78% 0.93% -
XYZ 58.57 64.34 12.46 -
YUV 199.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 237 210 51 0 0.11 0.78 0.07 51.29 0.84 0.56
Hex ED D2 33 0 B 4E 7 33 54 38
Octal 355 322 63 0 13 116 7 63 124 70
Binary 11101101 11010010 110011 0 1011 1001110 111 110011 1010100 111000

Color Harmonies of #EDD233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD233

Black with #EDD233

Text Example


Text Example

White with #EDD233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD233; }

 p { color: rgb(237,210,51); }

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

background-color css

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

 a { background-color: rgb(237,210,51); }

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

border-color css

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

 span { border-color: rgb(237,210,51); }

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