Html Css Color HEX #E5CE2E Golden Dream

📋 copy color: '#E5CE2E'

red 229 ◦ green 206 ◦ blue 46

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

Shades of Golden Dream #E5CE2E

Tints of Golden Dream #E5CE2E

RGB

 RED value IS 229 (89.84% from 255) = 47.61%

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

 BLUE value IS 46 (18.36% from 255) = 9.56%

R = 47.61%
G = 42.83%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5CE2E (or 0xE5CE2E) is known color: Golden Dream. HEX triplet: E5, CE and 2E. RGB value is (229,206,46). Sum of RGB (Red+Green+Blue) = 229+206+46=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE2E is #1A31D1. Grayscale: #C3C3C3. Windows color (decimal): -1716690 or 3067621. OLE color: 3067621.

HSL color Cylindrical-coordinate representation of color #E5CE2E: hue angle of 52.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5CE2E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 46 -
CMYK 0 0.10 0.80 0.10
HSL 52.46º 0.78% 0.54% -
HSV(B) 52.46º 0.8% 0.9% -
XYZ 54.88 61 11.47 -
YUV 194.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 229 206 46 0 0.10 0.80 0.10 52.46 0.78 0.54
Hex E5 CE 2E 0 A 50 A 34 4E 36
Octal 345 316 56 0 12 120 12 64 116 66
Binary 11100101 11001110 101110 0 1010 1010000 1010 110100 1001110 110110

Color Harmonies of #E5CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE2E

Black with #E5CE2E

Text Example


Text Example

White with #E5CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE2E; }

 p { color: rgb(229,206,46); }

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

background-color css

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

 a { background-color: rgb(229,206,46); }

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

border-color css

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

 span { border-color: rgb(229,206,46); }

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