Html Css Color HEX #E0BA1B Sunflower

📋 copy color: '#E0BA1B'

red 224 ◦ green 186 ◦ blue 27

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

Shades of Sunflower #E0BA1B

Tints of Sunflower #E0BA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.18%

R = 51.26%
G = 42.56%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0BA1B (or 0xE0BA1B) is known color: Sunflower. HEX triplet: E0, BA and 1B. RGB value is (224,186,27). Sum of RGB (Red+Green+Blue) = 224+186+27=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA1B is #1F45E4. Grayscale: #B3B3B3. Windows color (decimal): -2049509 or 1817312. OLE color: 1817312.

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

Color convert

RGB 224 186 27 -
CMYK 0 0.17 0.88 0.12
HSL 48.43º 0.78% 0.49% -
HSV(B) 48.43º 0.88% 0.88% -
XYZ 48.5 51.04 8.33 -
YUV 179.24 42.09 159.93 -
System Red Green Blue C M Y K H S L
Decimal 224 186 27 0 0.17 0.88 0.12 48.43 0.78 0.49
Hex E0 BA 1B 0 11 58 C 30 4E 31
Octal 340 272 33 0 21 130 14 60 116 61
Binary 11100000 10111010 11011 0 10001 1011000 1100 110000 1001110 110001

Color Harmonies of #E0BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA1B

Black with #E0BA1B

Text Example


Text Example

White with #E0BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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