Html Css Color HEX #E7C72C Golden Dream

📋 copy color: '#E7C72C'

red 231 ◦ green 199 ◦ blue 44

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

Shades of Golden Dream #E7C72C

Tints of Golden Dream #E7C72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

 BLUE value IS 44 (17.58% from 255) = 9.28%

R = 48.73%
G = 41.98%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7C72C (or 0xE7C72C) is known color: Golden Dream. HEX triplet: E7, C7 and 2C. RGB value is (231,199,44). Sum of RGB (Red+Green+Blue) = 231+199+44=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C72C is #1838D3. Grayscale: #BFBFBF. Windows color (decimal): -1587412 or 2934759. OLE color: 2934759.

HSL color Cylindrical-coordinate representation of color #E7C72C: hue angle of 49.73º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7C72C is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 199 44 -
CMYK 0 0.14 0.81 0.09
HSL 49.73º 0.8% 0.54% -
HSV(B) 49.73º 0.81% 0.91% -
XYZ 53.83 58.02 10.74 -
YUV 190.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 231 199 44 0 0.14 0.81 0.09 49.73 0.8 0.54
Hex E7 C7 2C 0 E 51 9 32 50 36
Octal 347 307 54 0 16 121 11 62 120 66
Binary 11100111 11000111 101100 0 1110 1010001 1001 110010 1010000 110110

Color Harmonies of #E7C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C72C

Black with #E7C72C

Text Example


Text Example

White with #E7C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C72C; }

 p { color: rgb(231,199,44); }

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

background-color css

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

 a { background-color: rgb(231,199,44); }

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

border-color css

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

 span { border-color: rgb(231,199,44); }

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