Html Css Color HEX #E7CD32 Golden Dream

📋 copy color: '#E7CD32'

red 231 ◦ green 205 ◦ blue 50

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

Shades of Golden Dream #E7CD32

Tints of Golden Dream #E7CD32

RGB

 RED value IS 231 (90.63% from 255) = 47.53%

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 50 (19.92% from 255) = 10.29%

R = 47.53%
G = 42.18%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E7CD32 (or 0xE7CD32) is known color: Golden Dream. HEX triplet: E7, CD and 32. RGB value is (231,205,50). Sum of RGB (Red+Green+Blue) = 231+205+50=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD32 is #1832CD. Grayscale: #C3C3C3. Windows color (decimal): -1585870 or 3329511. OLE color: 3329511.

HSL color Cylindrical-coordinate representation of color #E7CD32: hue angle of 51.38º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7CD32 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 205 50 -
CMYK 0 0.11 0.78 0.09
HSL 51.38º 0.79% 0.55% -
HSV(B) 51.38º 0.78% 0.91% -
XYZ 55.36 60.88 11.85 -
YUV 195.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 231 205 50 0 0.11 0.78 0.09 51.38 0.79 0.55
Hex E7 CD 32 0 B 4E 9 33 4F 37
Octal 347 315 62 0 13 116 11 63 117 67
Binary 11100111 11001101 110010 0 1011 1001110 1001 110011 1001111 110111

Color Harmonies of #E7CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD32

Black with #E7CD32

Text Example


Text Example

White with #E7CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD32; }

 p { color: rgb(231,205,50); }

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

background-color css

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

 a { background-color: rgb(231,205,50); }

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

border-color css

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

 span { border-color: rgb(231,205,50); }

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