Html Css Color HEX #E3CE32 Golden Dream

📋 copy color: '#E3CE32'

red 227 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #E3CE32

Tints of Golden Dream #E3CE32

RGB

 RED value IS 227 (89.06% from 255) = 47%

 GREEN value IS 206 (80.86% from 255) = 42.65%

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

R = 47%
G = 42.65%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E3CE32 (or 0xE3CE32) is known color: Golden Dream. HEX triplet: E3, CE and 32. RGB value is (227,206,50). Sum of RGB (Red+Green+Blue) = 227+206+50=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CE32 is #1C31CD. Grayscale: #C3C3C3. Windows color (decimal): -1847758 or 3329763. OLE color: 3329763.

HSL color Cylindrical-coordinate representation of color #E3CE32: hue angle of 52.88º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3CE32 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 206 50 -
CMYK 0 0.09 0.78 0.11
HSL 52.88º 0.76% 0.54% -
HSV(B) 52.88º 0.78% 0.89% -
XYZ 54.33 60.7 11.87 -
YUV 194.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 227 206 50 0 0.09 0.78 0.11 52.88 0.76 0.54
Hex E3 CE 32 0 9 4E B 35 4C 36
Octal 343 316 62 0 11 116 13 65 114 66
Binary 11100011 11001110 110010 0 1001 1001110 1011 110101 1001100 110110

Color Harmonies of #E3CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CE32

Black with #E3CE32

Text Example


Text Example

White with #E3CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CE32; }

 p { color: rgb(227,206,50); }

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

background-color css

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

 a { background-color: rgb(227,206,50); }

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

border-color css

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

 span { border-color: rgb(227,206,50); }

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