Html Css Color HEX #E7BA12 Sunflower

📋 copy color: '#E7BA12'

red 231 ◦ green 186 ◦ blue 18

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

Shades of Sunflower #E7BA12

Tints of Sunflower #E7BA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 53.1%
G = 42.76%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E7BA12 (or 0xE7BA12) is known color: Sunflower. HEX triplet: E7, BA and 12. RGB value is (231,186,18). Sum of RGB (Red+Green+Blue) = 231+186+18=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BA12 is #1845ED. Grayscale: #B5B5B5. Windows color (decimal): -1590766 or 1227495. OLE color: 1227495.

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

Color convert

RGB 231 186 18 -
CMYK 0 0.19 0.92 0.09
HSL 47.32º 0.86% 0.49% -
HSV(B) 47.32º 0.92% 0.91% -
XYZ 50.62 52.15 7.97 -
YUV 180.3 36.41 164.16 -
System Red Green Blue C M Y K H S L
Decimal 231 186 18 0 0.19 0.92 0.09 47.32 0.86 0.49
Hex E7 BA 12 0 13 5C 9 2F 56 31
Octal 347 272 22 0 23 134 11 57 126 61
Binary 11100111 10111010 10010 0 10011 1011100 1001 101111 1010110 110001

Color Harmonies of #E7BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA12

Black with #E7BA12

Text Example


Text Example

White with #E7BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA12; }

 p { color: rgb(231,186,18); }

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

background-color css

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

 a { background-color: rgb(231,186,18); }

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

border-color css

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

 span { border-color: rgb(231,186,18); }

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