Html Css Color HEX #E0BC0B Sunflower

📋 copy color: '#E0BC0B'

red 224 ◦ green 188 ◦ blue 11

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

Shades of Sunflower #E0BC0B

Tints of Sunflower #E0BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 11 (4.69% from 255) = 2.6%

R = 52.96%
G = 44.44%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0BC0B (or 0xE0BC0B) is known color: Sunflower. HEX triplet: E0, BC and 0B. RGB value is (224,188,11). Sum of RGB (Red+Green+Blue) = 224+188+11=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC0B is #1F43F4. Grayscale: #B3B3B3. Windows color (decimal): -2049013 or 769248. OLE color: 769248.

HSL color Cylindrical-coordinate representation of color #E0BC0B: hue angle of 49.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0BC0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 11 -
CMYK 0 0.16 0.95 0.12
HSL 49.86º 0.91% 0.46% -
HSV(B) 49.86º 0.95% 0.88% -
XYZ 48.78 51.84 7.75 -
YUV 178.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 224 188 11 0 0.16 0.95 0.12 49.86 0.91 0.46
Hex E0 BC B 0 10 5F C 32 5B 2E
Octal 340 274 13 0 20 137 14 62 133 56
Binary 11100000 10111100 1011 0 10000 1011111 1100 110010 1011011 101110

Color Harmonies of #E0BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC0B

Black with #E0BC0B

Text Example


Text Example

White with #E0BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC0B; }

 p { color: rgb(224,188,11); }

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

background-color css

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

 a { background-color: rgb(224,188,11); }

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

border-color css

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

 span { border-color: rgb(224,188,11); }

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