Html Css Color HEX #E0BC0F Sunflower

📋 copy color: '#E0BC0F'

red 224 ◦ green 188 ◦ blue 15

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

Shades of Sunflower #E0BC0F

Tints of Sunflower #E0BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 52.46%
G = 44.03%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0BC0F (or 0xE0BC0F) is known color: Sunflower. HEX triplet: E0, BC and 0F. RGB value is (224,188,15). Sum of RGB (Red+Green+Blue) = 224+188+15=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC0F is #1F43F0. Grayscale: #B3B3B3. Windows color (decimal): -2049009 or 1031392. OLE color: 1031392.

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

Color convert

RGB 224 188 15 -
CMYK 0 0.16 0.93 0.12
HSL 49.67º 0.87% 0.47% -
HSV(B) 49.67º 0.93% 0.88% -
XYZ 48.81 51.85 7.89 -
YUV 179.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 224 188 15 0 0.16 0.93 0.12 49.67 0.87 0.47
Hex E0 BC F 0 10 5D C 32 57 2F
Octal 340 274 17 0 20 135 14 62 127 57
Binary 11100000 10111100 1111 0 10000 1011101 1100 110010 1010111 101111

Color Harmonies of #E0BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC0F

Black with #E0BC0F

Text Example


Text Example

White with #E0BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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