Html Css Color HEX #E5CF2E Golden Dream

📋 copy color: '#E5CF2E'

red 229 ◦ green 207 ◦ blue 46

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

Shades of Golden Dream #E5CF2E

Tints of Golden Dream #E5CF2E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

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

R = 47.51%
G = 42.95%
B = 9.54%

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

#E5CF2E (or 0xE5CF2E) is known color: Golden Dream. HEX triplet: E5, CF and 2E. RGB value is (229,207,46). Sum of RGB (Red+Green+Blue) = 229+207+46=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF2E is #1A30D1. Grayscale: #C3C3C3. Windows color (decimal): -1716434 or 3067877. OLE color: 3067877.

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

Color convert

RGB 229 207 46 -
CMYK 0 0.10 0.80 0.10
HSL 52.79º 0.78% 0.54% -
HSV(B) 52.79º 0.8% 0.9% -
XYZ 55.12 61.48 11.55 -
YUV 195.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 229 207 46 0 0.10 0.80 0.10 52.79 0.78 0.54
Hex E5 CF 2E 0 A 50 A 35 4E 36
Octal 345 317 56 0 12 120 12 65 116 66
Binary 11100101 11001111 101110 0 1010 1010000 1010 110101 1001110 110110

Color Harmonies of #E5CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF2E

Black with #E5CF2E

Text Example


Text Example

White with #E5CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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