Html Css Color HEX #E7D12E Golden Dream

📋 copy color: '#E7D12E'

red 231 ◦ green 209 ◦ blue 46

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

Shades of Golden Dream #E7D12E

Tints of Golden Dream #E7D12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43%

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

R = 47.53%
G = 43%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7D12E (or 0xE7D12E) is known color: Golden Dream. HEX triplet: E7, D1 and 2E. RGB value is (231,209,46). Sum of RGB (Red+Green+Blue) = 231+209+46=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D12E is #182ED1. Grayscale: #C5C5C5. Windows color (decimal): -1584850 or 3068391. OLE color: 3068391.

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

Color convert

RGB 231 209 46 -
CMYK 0 0.10 0.80 0.09
HSL 52.86º 0.79% 0.54% -
HSV(B) 52.86º 0.8% 0.91% -
XYZ 56.25 62.79 11.74 -
YUV 197 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 231 209 46 0 0.10 0.80 0.09 52.86 0.79 0.54
Hex E7 D1 2E 0 A 50 9 35 4F 36
Octal 347 321 56 0 12 120 11 65 117 66
Binary 11100111 11010001 101110 0 1010 1010000 1001 110101 1001111 110110

Color Harmonies of #E7D12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D12E

Black with #E7D12E

Text Example


Text Example

White with #E7D12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D12E; }

 p { color: rgb(231,209,46); }

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

background-color css

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

 a { background-color: rgb(231,209,46); }

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

border-color css

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

 span { border-color: rgb(231,209,46); }

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