Html Css Color HEX #E8CA2E Golden Dream

📋 copy color: '#E8CA2E'

red 232 ◦ green 202 ◦ blue 46

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

Shades of Golden Dream #E8CA2E

Tints of Golden Dream #E8CA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 48.33%
G = 42.08%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8CA2E (or 0xE8CA2E) is known color: Golden Dream. HEX triplet: E8, CA and 2E. RGB value is (232,202,46). Sum of RGB (Red+Green+Blue) = 232+202+46=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CA2E is #1735D1. Grayscale: #C1C1C1. Windows color (decimal): -1521106 or 3066600. OLE color: 3066600.

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

Color convert

RGB 232 202 46 -
CMYK 0 0.13 0.80 0.09
HSL 50.32º 0.8% 0.55% -
HSV(B) 50.32º 0.8% 0.91% -
XYZ 54.89 59.59 11.19 -
YUV 193.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 232 202 46 0 0.13 0.80 0.09 50.32 0.8 0.55
Hex E8 CA 2E 0 D 50 9 32 50 37
Octal 350 312 56 0 15 120 11 62 120 67
Binary 11101000 11001010 101110 0 1101 1010000 1001 110010 1010000 110111

Color Harmonies of #E8CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CA2E

Black with #E8CA2E

Text Example


Text Example

White with #E8CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CA2E; }

 p { color: rgb(232,202,46); }

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

background-color css

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

 a { background-color: rgb(232,202,46); }

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

border-color css

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

 span { border-color: rgb(232,202,46); }

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