Html Css Color HEX #E2CA07 Sunflower

📋 copy color: '#E2CA07'

red 226 ◦ green 202 ◦ blue 7

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

Shades of Sunflower #E2CA07

Tints of Sunflower #E2CA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 51.95%
G = 46.44%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2CA07 (or 0xE2CA07) is known color: Sunflower. HEX triplet: E2, CA and 07. RGB value is (226,202,7). Sum of RGB (Red+Green+Blue) = 226+202+7=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CA07 is #1D35F8. Grayscale: #BBBBBB. Windows color (decimal): -1914361 or 510690. OLE color: 510690.

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

Color convert

RGB 226 202 7 -
CMYK 0 0.11 0.97 0.11
HSL 53.42º 0.94% 0.46% -
HSV(B) 53.42º 0.97% 0.89% -
XYZ 52.52 58.43 8.71 -
YUV 186.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 226 202 7 0 0.11 0.97 0.11 53.42 0.94 0.46
Hex E2 CA 7 0 B 61 B 35 5E 2E
Octal 342 312 7 0 13 141 13 65 136 56
Binary 11100010 11001010 111 0 1011 1100001 1011 110101 1011110 101110

Color Harmonies of #E2CA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA07

Black with #E2CA07

Text Example


Text Example

White with #E2CA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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