Html Css Color HEX #E0B70B Sunflower

📋 copy color: '#E0B70B'

red 224 ◦ green 183 ◦ blue 11

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

Shades of Sunflower #E0B70B

Tints of Sunflower #E0B70B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

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

R = 53.59%
G = 43.78%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0B70B (or 0xE0B70B) is known color: Sunflower. HEX triplet: E0, B7 and 0B. RGB value is (224,183,11). Sum of RGB (Red+Green+Blue) = 224+183+11=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B70B is #1F48F4. Grayscale: #B0B0B0. Windows color (decimal): -2050293 or 767968. OLE color: 767968.

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

Color convert

RGB 224 183 11 -
CMYK 0 0.18 0.95 0.12
HSL 48.45º 0.91% 0.46% -
HSV(B) 48.45º 0.95% 0.88% -
XYZ 47.73 49.74 7.4 -
YUV 175.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 224 183 11 0 0.18 0.95 0.12 48.45 0.91 0.46
Hex E0 B7 B 0 12 5F C 30 5B 2E
Octal 340 267 13 0 22 137 14 60 133 56
Binary 11100000 10110111 1011 0 10010 1011111 1100 110000 1011011 101110

Color Harmonies of #E0B70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B70B

Black with #E0B70B

Text Example


Text Example

White with #E0B70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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