Html Css Color HEX #E8CE2F Golden Dream

📋 copy color: '#E8CE2F'

red 232 ◦ green 206 ◦ blue 47

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

Shades of Golden Dream #E8CE2F

Tints of Golden Dream #E8CE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.69%

R = 47.84%
G = 42.47%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8CE2F (or 0xE8CE2F) is known color: Golden Dream. HEX triplet: E8, CE and 2F. RGB value is (232,206,47). Sum of RGB (Red+Green+Blue) = 232+206+47=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CE2F is #1731D0. Grayscale: #C4C4C4. Windows color (decimal): -1520081 or 3133160. OLE color: 3133160.

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

Color convert

RGB 232 206 47 -
CMYK 0 0.11 0.80 0.09
HSL 51.57º 0.8% 0.55% -
HSV(B) 51.57º 0.8% 0.91% -
XYZ 55.86 61.5 11.62 -
YUV 195.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 232 206 47 0 0.11 0.80 0.09 51.57 0.8 0.55
Hex E8 CE 2F 0 B 50 9 34 50 37
Octal 350 316 57 0 13 120 11 64 120 67
Binary 11101000 11001110 101111 0 1011 1010000 1001 110100 1010000 110111

Color Harmonies of #E8CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CE2F

Black with #E8CE2F

Text Example


Text Example

White with #E8CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CE2F; }

 p { color: rgb(232,206,47); }

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

background-color css

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

 a { background-color: rgb(232,206,47); }

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

border-color css

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

 span { border-color: rgb(232,206,47); }

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