Html Css Color HEX #E0BF04 Sunflower

📋 copy color: '#E0BF04'

red 224 ◦ green 191 ◦ blue 4

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

Shades of Sunflower #E0BF04

Tints of Sunflower #E0BF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 53.46%
G = 45.58%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0BF04 (or 0xE0BF04) is known color: Sunflower. HEX triplet: E0, BF and 04. RGB value is (224,191,4). Sum of RGB (Red+Green+Blue) = 224+191+4=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BF04 is #1F40FB. Grayscale: #B4B4B4. Windows color (decimal): -2048252 or 311264. OLE color: 311264.

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

Color convert

RGB 224 191 4 -
CMYK 0 0.15 0.98 0.12
HSL 51º 0.96% 0.45% -
HSV(B) 51º 0.98% 0.88% -
XYZ 49.39 53.12 7.76 -
YUV 179.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 224 191 4 0 0.15 0.98 0.12 51 0.96 0.45
Hex E0 BF 4 0 F 62 C 33 60 2D
Octal 340 277 4 0 17 142 14 63 140 55
Binary 11100000 10111111 100 0 1111 1100010 1100 110011 1100000 101101

Color Harmonies of #E0BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF04

Black with #E0BF04

Text Example


Text Example

White with #E0BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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