Html Css Color HEX #E2BF03 Sunflower

📋 copy color: '#E2BF03'

red 226 ◦ green 191 ◦ blue 3

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

Shades of Sunflower #E2BF03

Tints of Sunflower #E2BF03

RGB

 RED value IS 226 (88.67% from 255) = 53.81%

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

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 53.81%
G = 45.48%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E2BF03 (or 0xE2BF03) is known color: Sunflower. HEX triplet: E2, BF and 03. RGB value is (226,191,3). Sum of RGB (Red+Green+Blue) = 226+191+3=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BF03 is #1D40FC. Grayscale: #B4B4B4. Windows color (decimal): -1917181 or 245730. OLE color: 245730.

HSL color Cylindrical-coordinate representation of color #E2BF03: hue angle of 50.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2BF03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 3 -
CMYK 0 0.15 0.99 0.11
HSL 50.58º 0.97% 0.45% -
HSV(B) 50.58º 0.99% 0.89% -
XYZ 50.01 53.44 7.76 -
YUV 180.03 28.1 160.79 -
System Red Green Blue C M Y K H S L
Decimal 226 191 3 0 0.15 0.99 0.11 50.58 0.97 0.45
Hex E2 BF 3 0 F 63 B 33 61 2D
Octal 342 277 3 0 17 143 13 63 141 55
Binary 11100010 10111111 11 0 1111 1100011 1011 110011 1100001 101101

Color Harmonies of #E2BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF03

Black with #E2BF03

Text Example


Text Example

White with #E2BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF03; }

 p { color: rgb(226,191,3); }

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

background-color css

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

 a { background-color: rgb(226,191,3); }

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

border-color css

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

 span { border-color: rgb(226,191,3); }

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