Html Css Color HEX #E1BD02 Sunflower

📋 copy color: '#E1BD02'

red 225 ◦ green 189 ◦ blue 2

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

Shades of Sunflower #E1BD02

Tints of Sunflower #E1BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 54.09%
G = 45.43%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1BD02 (or 0xE1BD02) is known color: Sunflower. HEX triplet: E1, BD and 02. RGB value is (225,189,2). Sum of RGB (Red+Green+Blue) = 225+189+2=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD02 is #1E42FD. Grayscale: #B3B3B3. Windows color (decimal): -1983230 or 179681. OLE color: 179681.

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

Color convert

RGB 225 189 2 -
CMYK 0 0.16 0.99 0.12
HSL 50.31º 0.98% 0.45% -
HSV(B) 50.31º 0.99% 0.88% -
XYZ 49.26 52.41 7.58 -
YUV 178.45 28.43 161.21 -
System Red Green Blue C M Y K H S L
Decimal 225 189 2 0 0.16 0.99 0.12 50.31 0.98 0.45
Hex E1 BD 2 0 10 63 C 32 62 2D
Octal 341 275 2 0 20 143 14 62 142 55
Binary 11100001 10111101 10 0 10000 1100011 1100 110010 1100010 101101

Color Harmonies of #E1BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD02

Black with #E1BD02

Text Example


Text Example

White with #E1BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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