Html Css Color HEX #E2CA0D Sunflower

📋 copy color: '#E2CA0D'

red 226 ◦ green 202 ◦ blue 13

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

Shades of Sunflower #E2CA0D

Tints of Sunflower #E2CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 51.25%
G = 45.8%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2CA0D (or 0xE2CA0D) is known color: Sunflower. HEX triplet: E2, CA and 0D. RGB value is (226,202,13). Sum of RGB (Red+Green+Blue) = 226+202+13=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CA0D is #1D35F2. Grayscale: #BCBCBC. Windows color (decimal): -1914355 or 903906. OLE color: 903906.

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

Color convert

RGB 226 202 13 -
CMYK 0 0.11 0.94 0.11
HSL 53.24º 0.89% 0.47% -
HSV(B) 53.24º 0.94% 0.89% -
XYZ 52.56 58.44 8.89 -
YUV 187.63 29.45 155.37 -
System Red Green Blue C M Y K H S L
Decimal 226 202 13 0 0.11 0.94 0.11 53.24 0.89 0.47
Hex E2 CA D 0 B 5E B 35 59 2F
Octal 342 312 15 0 13 136 13 65 131 57
Binary 11100010 11001010 1101 0 1011 1011110 1011 110101 1011001 101111

Color Harmonies of #E2CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA0D

Black with #E2CA0D

Text Example


Text Example

White with #E2CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA0D; }

 p { color: rgb(226,202,13); }

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

background-color css

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

 a { background-color: rgb(226,202,13); }

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

border-color css

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

 span { border-color: rgb(226,202,13); }

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