Html Css Color HEX #E0C600 Sunflower

📋 copy color: '#E0C600'

red 224 ◦ green 198 ◦ blue 0

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

Shades of Sunflower #E0C600

Tints of Sunflower #E0C600

RGB

 RED value IS 224 (87.89% from 255) = 53.08%

 GREEN value IS 198 (77.73% from 255) = 46.92%

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

R = 53.08%
G = 46.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0C600 (or 0xE0C600) is known color: Sunflower. HEX triplet: E0, C6 and 00. RGB value is (224,198,0). Sum of RGB (Red+Green+Blue) = 224+198+0=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C600 is #1F39FF. Grayscale: #B8B8B8. Windows color (decimal): -2046464 or 50912. OLE color: 50912.

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

Color convert

RGB 224 198 0 -
CMYK 0 0.12 1 0.12
HSL 53.04º 1% 0.44% -
HSV(B) 53.04º 1% 0.88% -
XYZ 50.93 56.24 8.17 -
YUV 183.2 24.61 157.1 -
System Red Green Blue C M Y K H S L
Decimal 224 198 0 0 0.12 1 0.12 53.04 1 0.44
Hex E0 C6 0 0 C 64 C 35 64 2C
Octal 340 306 0 0 14 144 14 65 144 54
Binary 11100000 11000110 0 0 1100 1100100 1100 110101 1100100 101100

Color Harmonies of #E0C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C600

Black with #E0C600

Text Example


Text Example

White with #E0C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C600; }

 p { color: rgb(224,198,0); }

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

background-color css

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

 a { background-color: rgb(224,198,0); }

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

border-color css

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

 span { border-color: rgb(224,198,0); }

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