Html Css Color HEX #E4CB2E Golden Dream

📋 copy color: '#E4CB2E'

red 228 ◦ green 203 ◦ blue 46

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

Shades of Golden Dream #E4CB2E

Tints of Golden Dream #E4CB2E

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

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

R = 47.8%
G = 42.56%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4CB2E (or 0xE4CB2E) is known color: Golden Dream. HEX triplet: E4, CB and 2E. RGB value is (228,203,46). Sum of RGB (Red+Green+Blue) = 228+203+46=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CB2E is #1B34D1. Grayscale: #C1C1C1. Windows color (decimal): -1782994 or 3066852. OLE color: 3066852.

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

Color convert

RGB 228 203 46 -
CMYK 0 0.11 0.80 0.11
HSL 51.76º 0.77% 0.54% -
HSV(B) 51.76º 0.8% 0.89% -
XYZ 53.84 59.4 11.21 -
YUV 192.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 228 203 46 0 0.11 0.80 0.11 51.76 0.77 0.54
Hex E4 CB 2E 0 B 50 B 34 4D 36
Octal 344 313 56 0 13 120 13 64 115 66
Binary 11100100 11001011 101110 0 1011 1010000 1011 110100 1001101 110110

Color Harmonies of #E4CB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CB2E

Black with #E4CB2E

Text Example


Text Example

White with #E4CB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CB2E; }

 p { color: rgb(228,203,46); }

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

background-color css

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

 a { background-color: rgb(228,203,46); }

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

border-color css

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

 span { border-color: rgb(228,203,46); }

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