#E2CD03

Color #E2CD03 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E2CD03

Tints of Sunflower #E2CD03

Color information

#E2CD03 (or 0xE2CD03) is unknown color: approx Sunflower. HEX triplet: E2, CD and 03. RGB value is (226,205,3). Sum of RGB (Red+Green+Blue) = 226+205+3=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CD03 is #1D32FC. Grayscale: #BDBDBD. Windows color (decimal): -1913597 or 249314. OLE color: 249314.

HSL color Cylindrical-coordinate representation of color #E2CD03: hue angle of 54.35º 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 #E2CD03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB2262053-
CMYK00.090.990.11
HSL54.35º97.38%44.9%-
HSV(B)54.35º98.67%88.63%-
XYZ53.2159.848.83-
YUV188.2523.46154.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=52.07%
G=47.24%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226205300.090.990.1154.3597.3844.9
HexE2CD30963B36612d
Octal3423153011143136614155
Binary11100010110011011101001110001110111101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CD03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CD03; }

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

 H1.HeaderClassName
 {
   color: #E2CD03;
 }
 .AnyTagClassName
 {
   color: #E2CD03;
 }
</style>
background-color css

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

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

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

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

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

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