Html Css Color HEX #E0B30C Sunflower

📋 copy color: '#E0B30C'

red 224 ◦ green 179 ◦ blue 12

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

Shades of Sunflower #E0B30C

Tints of Sunflower #E0B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 53.98%
G = 43.13%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0B30C (or 0xE0B30C) is known color: Sunflower. HEX triplet: E0, B3 and 0C. RGB value is (224,179,12). Sum of RGB (Red+Green+Blue) = 224+179+12=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B30C is #1F4CF3. Grayscale: #AEAEAE. Windows color (decimal): -2051316 or 832480. OLE color: 832480.

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

Color convert

RGB 224 179 12 -
CMYK 0 0.20 0.95 0.12
HSL 47.26º 0.9% 0.46% -
HSV(B) 47.26º 0.95% 0.88% -
XYZ 46.93 48.11 7.16 -
YUV 173.42 36.91 164.08 -
System Red Green Blue C M Y K H S L
Decimal 224 179 12 0 0.20 0.95 0.12 47.26 0.9 0.46
Hex E0 B3 C 0 14 5F C 2F 5A 2E
Octal 340 263 14 0 24 137 14 57 132 56
Binary 11100000 10110011 1100 0 10100 1011111 1100 101111 1011010 101110

Color Harmonies of #E0B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B30C

Black with #E0B30C

Text Example


Text Example

White with #E0B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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