Html Css Color HEX #EED432 Golden Dream

📋 copy color: '#EED432'

red 238 ◦ green 212 ◦ blue 50

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

Shades of Golden Dream #EED432

Tints of Golden Dream #EED432

RGB

 RED value IS 238 (93.36% from 255) = 47.6%

 GREEN value IS 212 (83.2% from 255) = 42.4%

 BLUE value IS 50 (19.92% from 255) = 10%

R = 47.6%
G = 42.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED432 (or 0xEED432) is known color: Golden Dream. HEX triplet: EE, D4 and 32. RGB value is (238,212,50). Sum of RGB (Red+Green+Blue) = 238+212+50=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EED432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED432 is #112BCD. Grayscale: #C9C9C9. Windows color (decimal): -1125326 or 3331310. OLE color: 3331310.

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

Color convert

RGB 238 212 50 -
CMYK 0 0.11 0.79 0.07
HSL 51.7º 0.85% 0.56% -
HSV(B) 51.7º 0.79% 0.93% -
XYZ 59.38 65.49 12.53 -
YUV 201.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 238 212 50 0 0.11 0.79 0.07 51.7 0.85 0.56
Hex EE D4 32 0 B 4F 7 34 55 38
Octal 356 324 62 0 13 117 7 64 125 70
Binary 11101110 11010100 110010 0 1011 1001111 111 110100 1010101 111000

Color Harmonies of #EED432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED432

Black with #EED432

Text Example


Text Example

White with #EED432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED432; }

 p { color: rgb(238,212,50); }

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

background-color css

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

 a { background-color: rgb(238,212,50); }

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

border-color css

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

 span { border-color: rgb(238,212,50); }

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