Html Css Color HEX #E3CC32 Golden Dream

📋 copy color: '#E3CC32'

red 227 ◦ green 204 ◦ blue 50

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

Shades of Golden Dream #E3CC32

Tints of Golden Dream #E3CC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

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

R = 47.19%
G = 42.41%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E3CC32 (or 0xE3CC32) is known color: Golden Dream. HEX triplet: E3, CC and 32. RGB value is (227,204,50). Sum of RGB (Red+Green+Blue) = 227+204+50=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CC32 is #1C33CD. Grayscale: #C1C1C1. Windows color (decimal): -1848270 or 3329251. OLE color: 3329251.

HSL color Cylindrical-coordinate representation of color #E3CC32: hue angle of 52.2º 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 #E3CC32 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 204 50 -
CMYK 0 0.10 0.78 0.11
HSL 52.2º 0.76% 0.54% -
HSV(B) 52.2º 0.78% 0.89% -
XYZ 53.85 59.75 11.71 -
YUV 193.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 227 204 50 0 0.10 0.78 0.11 52.2 0.76 0.54
Hex E3 CC 32 0 A 4E B 34 4C 36
Octal 343 314 62 0 12 116 13 64 114 66
Binary 11100011 11001100 110010 0 1010 1001110 1011 110100 1001100 110110

Color Harmonies of #E3CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CC32

Black with #E3CC32

Text Example


Text Example

White with #E3CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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