Html Css Color HEX #E2CF10 Sunflower

📋 copy color: '#E2CF10'

red 226 ◦ green 207 ◦ blue 16

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

Shades of Sunflower #E2CF10

Tints of Sunflower #E2CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 50.33%
G = 46.1%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2CF10 (or 0xE2CF10) is known color: Sunflower. HEX triplet: E2, CF and 10. RGB value is (226,207,16). Sum of RGB (Red+Green+Blue) = 226+207+16=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CF10 is #1D30EF. Grayscale: #BFBFBF. Windows color (decimal): -1913072 or 1101794. OLE color: 1101794.

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

Color convert

RGB 226 207 16 -
CMYK 0 0.08 0.93 0.11
HSL 54.57º 0.87% 0.47% -
HSV(B) 54.57º 0.93% 0.89% -
XYZ 53.77 60.83 9.4 -
YUV 190.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 226 207 16 0 0.08 0.93 0.11 54.57 0.87 0.47
Hex E2 CF 10 0 8 5D B 37 57 2F
Octal 342 317 20 0 10 135 13 67 127 57
Binary 11100010 11001111 10000 0 1000 1011101 1011 110111 1010111 101111

Color Harmonies of #E2CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CF10

Black with #E2CF10

Text Example


Text Example

White with #E2CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CF10; }

 p { color: rgb(226,207,16); }

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

background-color css

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

 a { background-color: rgb(226,207,16); }

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

border-color css

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

 span { border-color: rgb(226,207,16); }

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