Html Css Color HEX #E7DA0A Golden Yellow

📋 copy color: '#E7DA0A'

red 231 ◦ green 218 ◦ blue 10

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

Shades of Golden Yellow #E7DA0A

Tints of Golden Yellow #E7DA0A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 50.33%
G = 47.49%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7DA0A (or 0xE7DA0A) is known color: Golden Yellow. HEX triplet: E7, DA and 0A. RGB value is (231,218,10). Sum of RGB (Red+Green+Blue) = 231+218+10=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DA0A is #1825F5. Grayscale: #C7C7C7. Windows color (decimal): -1582582 or 711399. OLE color: 711399.

HSL color Cylindrical-coordinate representation of color #E7DA0A: hue angle of 56.47º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7DA0A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 218 10 -
CMYK 0 0.06 0.96 0.09
HSL 56.47º 0.92% 0.47% -
HSV(B) 56.47º 0.96% 0.91% -
XYZ 58.08 67.15 10.19 -
YUV 198.18 21.81 151.41 -
System Red Green Blue C M Y K H S L
Decimal 231 218 10 0 0.06 0.96 0.09 56.47 0.92 0.47
Hex E7 DA A 0 6 60 9 38 5C 2F
Octal 347 332 12 0 6 140 11 70 134 57
Binary 11100111 11011010 1010 0 110 1100000 1001 111000 1011100 101111

Color Harmonies of #E7DA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA0A

Black with #E7DA0A

Text Example


Text Example

White with #E7DA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA0A; }

 p { color: rgb(231,218,10); }

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

background-color css

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

 a { background-color: rgb(231,218,10); }

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

border-color css

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

 span { border-color: rgb(231,218,10); }

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