Html Css Color HEX #E0C10B Sunflower

📋 copy color: '#E0C10B'

red 224 ◦ green 193 ◦ blue 11

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

Shades of Sunflower #E0C10B

Tints of Sunflower #E0C10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

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

R = 52.34%
G = 45.09%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0C10B (or 0xE0C10B) is known color: Sunflower. HEX triplet: E0, C1 and 0B. RGB value is (224,193,11). Sum of RGB (Red+Green+Blue) = 224+193+11=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C10B is #1F3EF4. Grayscale: #B6B6B6. Windows color (decimal): -2047733 or 770528. OLE color: 770528.

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

Color convert

RGB 224 193 11 -
CMYK 0 0.14 0.95 0.12
HSL 51.27º 0.91% 0.46% -
HSV(B) 51.27º 0.95% 0.88% -
XYZ 49.87 54.01 8.11 -
YUV 181.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 224 193 11 0 0.14 0.95 0.12 51.27 0.91 0.46
Hex E0 C1 B 0 E 5F C 33 5B 2E
Octal 340 301 13 0 16 137 14 63 133 56
Binary 11100000 11000001 1011 0 1110 1011111 1100 110011 1011011 101110

Color Harmonies of #E0C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C10B

Black with #E0C10B

Text Example


Text Example

White with #E0C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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