Html Css Color HEX #E1BD04 Sunflower

📋 copy color: '#E1BD04'

red 225 ◦ green 189 ◦ blue 4

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

Shades of Sunflower #E1BD04

Tints of Sunflower #E1BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

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

R = 53.83%
G = 45.22%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E1BD04 (or 0xE1BD04) is known color: Sunflower. HEX triplet: E1, BD and 04. RGB value is (225,189,4). Sum of RGB (Red+Green+Blue) = 225+189+4=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD04 is #1E42FB. Grayscale: #B3B3B3. Windows color (decimal): -1983228 or 310753. OLE color: 310753.

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

Color convert

RGB 225 189 4 -
CMYK 0 0.16 0.98 0.12
HSL 50.23º 0.97% 0.45% -
HSV(B) 50.23º 0.98% 0.88% -
XYZ 49.27 52.41 7.63 -
YUV 178.67 29.43 161.04 -
System Red Green Blue C M Y K H S L
Decimal 225 189 4 0 0.16 0.98 0.12 50.23 0.97 0.45
Hex E1 BD 4 0 10 62 C 32 61 2D
Octal 341 275 4 0 20 142 14 62 141 55
Binary 11100001 10111101 100 0 10000 1100010 1100 110010 1100001 101101

Color Harmonies of #E1BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD04

Black with #E1BD04

Text Example


Text Example

White with #E1BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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