Html Css Color HEX #E2C800 Sunflower

📋 copy color: '#E2C800'

red 226 ◦ green 200 ◦ blue 0

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

Shades of Sunflower #E2C800

Tints of Sunflower #E2C800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.05%
G = 46.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2C800 (or 0xE2C800) is known color: Sunflower. HEX triplet: E2, C8 and 00. RGB value is (226,200,0). Sum of RGB (Red+Green+Blue) = 226+200+0=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C800 is #1D37FF. Grayscale: #B9B9B9. Windows color (decimal): -1914880 or 51426. OLE color: 51426.

HSL color Cylindrical-coordinate representation of color #E2C800: hue angle of 53.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2C800 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 200 0 -
CMYK 0 0.12 1 0.11
HSL 53.1º 1% 0.44% -
HSV(B) 53.1º 1% 0.89% -
XYZ 52.02 57.48 8.35 -
YUV 184.97 23.61 157.26 -
System Red Green Blue C M Y K H S L
Decimal 226 200 0 0 0.12 1 0.11 53.1 1 0.44
Hex E2 C8 0 0 C 64 B 35 64 2C
Octal 342 310 0 0 14 144 13 65 144 54
Binary 11100010 11001000 0 0 1100 1100100 1011 110101 1100100 101100

Color Harmonies of #E2C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C800

Black with #E2C800

Text Example


Text Example

White with #E2C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C800; }

 p { color: rgb(226,200,0); }

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

background-color css

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

 a { background-color: rgb(226,200,0); }

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

border-color css

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

 span { border-color: rgb(226,200,0); }

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