Html Css Color HEX #E0BC0C Sunflower

📋 copy color: '#E0BC0C'

red 224 ◦ green 188 ◦ blue 12

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

Shades of Sunflower #E0BC0C

Tints of Sunflower #E0BC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 52.83%
G = 44.34%
B = 2.83%

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

#E0BC0C (or 0xE0BC0C) is known color: Sunflower. HEX triplet: E0, BC and 0C. RGB value is (224,188,12). Sum of RGB (Red+Green+Blue) = 224+188+12=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC0C is #1F43F3. Grayscale: #B3B3B3. Windows color (decimal): -2049012 or 834784. OLE color: 834784.

HSL color Cylindrical-coordinate representation of color #E0BC0C: hue angle of 49.81º degrees, saturation: 0.9, 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 #E0BC0C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 12 -
CMYK 0 0.16 0.95 0.12
HSL 49.81º 0.9% 0.46% -
HSV(B) 49.81º 0.95% 0.88% -
XYZ 48.79 51.84 7.78 -
YUV 178.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 224 188 12 0 0.16 0.95 0.12 49.81 0.9 0.46
Hex E0 BC C 0 10 5F C 32 5A 2E
Octal 340 274 14 0 20 137 14 62 132 56
Binary 11100000 10111100 1100 0 10000 1011111 1100 110010 1011010 101110

Color Harmonies of #E0BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC0C

Black with #E0BC0C

Text Example


Text Example

White with #E0BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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