Html Css Color HEX #E0BF1C Sunflower

📋 copy color: '#E0BF1C'

red 224 ◦ green 191 ◦ blue 28

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

Shades of Sunflower #E0BF1C

Tints of Sunflower #E0BF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 50.56%
G = 43.12%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0BF1C (or 0xE0BF1C) is known color: Sunflower. HEX triplet: E0, BF and 1C. RGB value is (224,191,28). Sum of RGB (Red+Green+Blue) = 224+191+28=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BF1C is #1F40E3. Grayscale: #B6B6B6. Windows color (decimal): -2048228 or 1884128. OLE color: 1884128.

HSL color Cylindrical-coordinate representation of color #E0BF1C: hue angle of 49.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0BF1C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 28 -
CMYK 0 0.15 0.88 0.12
HSL 49.9º 0.78% 0.49% -
HSV(B) 49.9º 0.88% 0.88% -
XYZ 49.58 53.19 8.75 -
YUV 182.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 224 191 28 0 0.15 0.88 0.12 49.9 0.78 0.49
Hex E0 BF 1C 0 F 58 C 32 4E 31
Octal 340 277 34 0 17 130 14 62 116 61
Binary 11100000 10111111 11100 0 1111 1011000 1100 110010 1001110 110001

Color Harmonies of #E0BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF1C

Black with #E0BF1C

Text Example


Text Example

White with #E0BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF1C; }

 p { color: rgb(224,191,28); }

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

background-color css

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

 a { background-color: rgb(224,191,28); }

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

border-color css

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

 span { border-color: rgb(224,191,28); }

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