Html Css Color HEX #E5CE12 Sunflower

📋 copy color: '#E5CE12'

red 229 ◦ green 206 ◦ blue 18

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

Shades of Sunflower #E5CE12

Tints of Sunflower #E5CE12

RGB

 RED value IS 229 (89.84% from 255) = 50.55%

 GREEN value IS 206 (80.86% from 255) = 45.47%

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 50.55%
G = 45.47%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E5CE12 (or 0xE5CE12) is known color: Sunflower. HEX triplet: E5, CE and 12. RGB value is (229,206,18). Sum of RGB (Red+Green+Blue) = 229+206+18=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CE12 is #1A31ED. Grayscale: #C0C0C0. Windows color (decimal): -1716718 or 1232613. OLE color: 1232613.

HSL color Cylindrical-coordinate representation of color #E5CE12: hue angle of 53.46º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5CE12 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 18 -
CMYK 0 0.10 0.92 0.10
HSL 53.46º 0.85% 0.48% -
HSV(B) 53.46º 0.92% 0.9% -
XYZ 54.49 60.84 9.44 -
YUV 191.45 30.12 154.79 -
System Red Green Blue C M Y K H S L
Decimal 229 206 18 0 0.10 0.92 0.10 53.46 0.85 0.48
Hex E5 CE 12 0 A 5C A 35 55 30
Octal 345 316 22 0 12 134 12 65 125 60
Binary 11100101 11001110 10010 0 1010 1011100 1010 110101 1010101 110000

Color Harmonies of #E5CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE12

Black with #E5CE12

Text Example


Text Example

White with #E5CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE12; }

 p { color: rgb(229,206,18); }

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

background-color css

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

 a { background-color: rgb(229,206,18); }

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

border-color css

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

 span { border-color: rgb(229,206,18); }

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