Html Css Color HEX #E0B00C Sunflower

📋 copy color: '#E0B00C'

red 224 ◦ green 176 ◦ blue 12

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

Shades of Sunflower #E0B00C

Tints of Sunflower #E0B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

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

R = 54.37%
G = 42.72%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0B00C (or 0xE0B00C) is known color: Sunflower. HEX triplet: E0, B0 and 0C. RGB value is (224,176,12). Sum of RGB (Red+Green+Blue) = 224+176+12=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B00C is #1F4FF3. Grayscale: #ACACAC. Windows color (decimal): -2052084 or 831712. OLE color: 831712.

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

Color convert

RGB 224 176 12 -
CMYK 0 0.21 0.95 0.12
HSL 46.42º 0.9% 0.46% -
HSV(B) 46.42º 0.95% 0.88% -
XYZ 46.33 46.92 6.96 -
YUV 171.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 224 176 12 0 0.21 0.95 0.12 46.42 0.9 0.46
Hex E0 B0 C 0 15 5F C 2E 5A 2E
Octal 340 260 14 0 25 137 14 56 132 56
Binary 11100000 10110000 1100 0 10101 1011111 1100 101110 1011010 101110

Color Harmonies of #E0B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B00C

Black with #E0B00C

Text Example


Text Example

White with #E0B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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