Html Css Color HEX #E8CB35 Golden Dream

📋 copy color: '#E8CB35'

red 232 ◦ green 203 ◦ blue 53

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

Shades of Golden Dream #E8CB35

Tints of Golden Dream #E8CB35

RGB

 RED value IS 232 (91.02% from 255) = 47.54%

 GREEN value IS 203 (79.69% from 255) = 41.6%

 BLUE value IS 53 (21.09% from 255) = 10.86%

R = 47.54%
G = 41.6%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E8CB35 (or 0xE8CB35) is known color: Golden Dream. HEX triplet: E8, CB and 35. RGB value is (232,203,53). Sum of RGB (Red+Green+Blue) = 232+203+53=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CB35 is #1734CA. Grayscale: #C3C3C3. Windows color (decimal): -1520843 or 3525608. OLE color: 3525608.

HSL color Cylindrical-coordinate representation of color #E8CB35: hue angle of 50.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8CB35 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 203 53 -
CMYK 0 0.12 0.77 0.09
HSL 50.28º 0.8% 0.56% -
HSV(B) 50.28º 0.77% 0.91% -
XYZ 55.28 60.12 12.06 -
YUV 194.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 232 203 53 0 0.12 0.77 0.09 50.28 0.8 0.56
Hex E8 CB 35 0 C 4D 9 32 50 38
Octal 350 313 65 0 14 115 11 62 120 70
Binary 11101000 11001011 110101 0 1100 1001101 1001 110010 1010000 111000

Color Harmonies of #E8CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CB35

Black with #E8CB35

Text Example


Text Example

White with #E8CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CB35; }

 p { color: rgb(232,203,53); }

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

background-color css

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

 a { background-color: rgb(232,203,53); }

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

border-color css

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

 span { border-color: rgb(232,203,53); }

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