Html Css Color HEX #E7C00E Sunflower

📋 copy color: '#E7C00E'

red 231 ◦ green 192 ◦ blue 14

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

Shades of Sunflower #E7C00E

Tints of Sunflower #E7C00E

RGB

 RED value IS 231 (90.63% from 255) = 52.86%

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 52.86%
G = 43.94%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7C00E (or 0xE7C00E) is known color: Sunflower. HEX triplet: E7, C0 and 0E. RGB value is (231,192,14). Sum of RGB (Red+Green+Blue) = 231+192+14=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C00E is #183FF1. Grayscale: #B8B8B8. Windows color (decimal): -1589234 or 966887. OLE color: 966887.

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

Color convert

RGB 231 192 14 -
CMYK 0 0.17 0.94 0.09
HSL 49.22º 0.89% 0.48% -
HSV(B) 49.22º 0.94% 0.91% -
XYZ 51.88 54.72 8.24 -
YUV 183.37 32.42 161.97 -
System Red Green Blue C M Y K H S L
Decimal 231 192 14 0 0.17 0.94 0.09 49.22 0.89 0.48
Hex E7 C0 E 0 11 5E 9 31 59 30
Octal 347 300 16 0 21 136 11 61 131 60
Binary 11100111 11000000 1110 0 10001 1011110 1001 110001 1011001 110000

Color Harmonies of #E7C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C00E

Black with #E7C00E

Text Example


Text Example

White with #E7C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C00E; }

 p { color: rgb(231,192,14); }

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

background-color css

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

 a { background-color: rgb(231,192,14); }

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

border-color css

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

 span { border-color: rgb(231,192,14); }

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