Html Css Color HEX #E0BA07 Sunflower

📋 copy color: '#E0BA07'

red 224 ◦ green 186 ◦ blue 7

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

Shades of Sunflower #E0BA07

Tints of Sunflower #E0BA07

RGB

 RED value IS 224 (87.89% from 255) = 53.72%

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 53.72%
G = 44.6%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0BA07 (or 0xE0BA07) is known color: Sunflower. HEX triplet: E0, BA and 07. RGB value is (224,186,7). Sum of RGB (Red+Green+Blue) = 224+186+7=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BA07 is #1F45F8. Grayscale: #B1B1B1. Windows color (decimal): -2049529 or 506592. OLE color: 506592.

HSL color Cylindrical-coordinate representation of color #E0BA07: hue angle of 49.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0BA07 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 7 -
CMYK 0 0.17 0.97 0.12
HSL 49.49º 0.94% 0.45% -
HSV(B) 49.49º 0.97% 0.88% -
XYZ 48.34 50.98 7.49 -
YUV 176.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 224 186 7 0 0.17 0.97 0.12 49.49 0.94 0.45
Hex E0 BA 7 0 11 61 C 31 5E 2D
Octal 340 272 7 0 21 141 14 61 136 55
Binary 11100000 10111010 111 0 10001 1100001 1100 110001 1011110 101101

Color Harmonies of #E0BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA07

Black with #E0BA07

Text Example


Text Example

White with #E0BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA07; }

 p { color: rgb(224,186,7); }

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

background-color css

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

 a { background-color: rgb(224,186,7); }

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

border-color css

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

 span { border-color: rgb(224,186,7); }

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