Html Css Color HEX #E1CB2F Golden Dream

📋 copy color: '#E1CB2F'

red 225 ◦ green 203 ◦ blue 47

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

Shades of Golden Dream #E1CB2F

Tints of Golden Dream #E1CB2F

RGB

 RED value IS 225 (88.28% from 255) = 47.37%

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

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

R = 47.37%
G = 42.74%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1CB2F (or 0xE1CB2F) is known color: Golden Dream. HEX triplet: E1, CB and 2F. RGB value is (225,203,47). Sum of RGB (Red+Green+Blue) = 225+203+47=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CB2F is #1E34D0. Grayscale: #C0C0C0. Windows color (decimal): -1979601 or 3132385. OLE color: 3132385.

HSL color Cylindrical-coordinate representation of color #E1CB2F: hue angle of 52.58º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1CB2F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 47 -
CMYK 0 0.10 0.79 0.12
HSL 52.58º 0.75% 0.53% -
HSV(B) 52.58º 0.79% 0.88% -
XYZ 52.92 58.92 11.27 -
YUV 191.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 225 203 47 0 0.10 0.79 0.12 52.58 0.75 0.53
Hex E1 CB 2F 0 A 4F C 35 4B 35
Octal 341 313 57 0 12 117 14 65 113 65
Binary 11100001 11001011 101111 0 1010 1001111 1100 110101 1001011 110101

Color Harmonies of #E1CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB2F

Black with #E1CB2F

Text Example


Text Example

White with #E1CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB2F; }

 p { color: rgb(225,203,47); }

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

background-color css

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

 a { background-color: rgb(225,203,47); }

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

border-color css

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

 span { border-color: rgb(225,203,47); }

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