Html Css Color HEX #E0BE0C Sunflower

📋 copy color: '#E0BE0C'

red 224 ◦ green 190 ◦ blue 12

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

Shades of Sunflower #E0BE0C

Tints of Sunflower #E0BE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 52.58%
G = 44.6%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0BE0C (or 0xE0BE0C) is known color: Sunflower. HEX triplet: E0, BE and 0C. RGB value is (224,190,12). Sum of RGB (Red+Green+Blue) = 224+190+12=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BE0C is #1F41F3. Grayscale: #B4B4B4. Windows color (decimal): -2048500 or 835296. OLE color: 835296.

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

Color convert

RGB 224 190 12 -
CMYK 0 0.15 0.95 0.12
HSL 50.38º 0.9% 0.46% -
HSV(B) 50.38º 0.95% 0.88% -
XYZ 49.22 52.7 7.93 -
YUV 179.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 224 190 12 0 0.15 0.95 0.12 50.38 0.9 0.46
Hex E0 BE C 0 F 5F C 32 5A 2E
Octal 340 276 14 0 17 137 14 62 132 56
Binary 11100000 10111110 1100 0 1111 1011111 1100 110010 1011010 101110

Color Harmonies of #E0BE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BE0C

Black with #E0BE0C

Text Example


Text Example

White with #E0BE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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