Html Css Color HEX #E1BF04 Sunflower

📋 copy color: '#E1BF04'

red 225 ◦ green 191 ◦ blue 4

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

Shades of Sunflower #E1BF04

Tints of Sunflower #E1BF04

RGB

 RED value IS 225 (88.28% from 255) = 53.57%

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

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

R = 53.57%
G = 45.48%
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

#E1BF04 (or 0xE1BF04) is known color: Sunflower. HEX triplet: E1, BF and 04. RGB value is (225,191,4). Sum of RGB (Red+Green+Blue) = 225+191+4=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF04 is #1E40FB. Grayscale: #B4B4B4. Windows color (decimal): -1982716 or 311265. OLE color: 311265.

HSL color Cylindrical-coordinate representation of color #E1BF04: hue angle of 50.77º degrees, saturation: 0.97, 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 #E1BF04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 191 4 -
CMYK 0 0.15 0.98 0.12
HSL 50.77º 0.97% 0.45% -
HSV(B) 50.77º 0.98% 0.88% -
XYZ 49.7 53.28 7.78 -
YUV 179.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 225 191 4 0 0.15 0.98 0.12 50.77 0.97 0.45
Hex E1 BF 4 0 F 62 C 33 61 2D
Octal 341 277 4 0 17 142 14 63 141 55
Binary 11100001 10111111 100 0 1111 1100010 1100 110011 1100001 101101

Color Harmonies of #E1BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BF04

Black with #E1BF04

Text Example


Text Example

White with #E1BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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