Html Css Color HEX #E0C61F Sunflower

📋 copy color: '#E0C61F'

red 224 ◦ green 198 ◦ blue 31

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

Shades of Sunflower #E0C61F

Tints of Sunflower #E0C61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 49.45%
G = 43.71%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0C61F (or 0xE0C61F) is known color: Sunflower. HEX triplet: E0, C6 and 1F. RGB value is (224,198,31). Sum of RGB (Red+Green+Blue) = 224+198+31=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C61F is #1F39E0. Grayscale: #BBBBBB. Windows color (decimal): -2046433 or 2082528. OLE color: 2082528.

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

Color convert

RGB 224 198 31 -
CMYK 0 0.12 0.86 0.12
HSL 51.92º 0.76% 0.5% -
HSV(B) 51.92º 0.86% 0.88% -
XYZ 51.18 56.33 9.47 -
YUV 186.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 224 198 31 0 0.12 0.86 0.12 51.92 0.76 0.5
Hex E0 C6 1F 0 C 56 C 34 4C 32
Octal 340 306 37 0 14 126 14 64 114 62
Binary 11100000 11000110 11111 0 1100 1010110 1100 110100 1001100 110010

Color Harmonies of #E0C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C61F

Black with #E0C61F

Text Example


Text Example

White with #E0C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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