Html Css Color HEX #ECA42F Yellow Sea

📋 copy color: '#ECA42F'

red 236 ◦ green 164 ◦ blue 47

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

Shades of Yellow Sea #ECA42F

Tints of Yellow Sea #ECA42F

RGB

 RED value IS 236 (92.58% from 255) = 52.8%

 GREEN value IS 164 (64.45% from 255) = 36.69%

 BLUE value IS 47 (18.75% from 255) = 10.51%

R = 52.8%
G = 36.69%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECA42F (or 0xECA42F) is known color: Yellow Sea. HEX triplet: EC, A4 and 2F. RGB value is (236,164,47). Sum of RGB (Red+Green+Blue) = 236+164+47=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA42F is #135BD0. Grayscale: #ACACAC. Windows color (decimal): -1268689 or 3122412. OLE color: 3122412.

HSL color Cylindrical-coordinate representation of color #ECA42F: hue angle of 37.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECA42F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 164 47 -
CMYK 0 0.31 0.80 0.07
HSL 37.14º 0.83% 0.55% -
HSV(B) 37.14º 0.8% 0.93% -
XYZ 48.38 44.59 8.75 -
YUV 172.19 57.35 173.51 -
System Red Green Blue C M Y K H S L
Decimal 236 164 47 0 0.31 0.80 0.07 37.14 0.83 0.55
Hex EC A4 2F 0 1F 50 7 25 53 37
Octal 354 244 57 0 37 120 7 45 123 67
Binary 11101100 10100100 101111 0 11111 1010000 111 100101 1010011 110111

Color Harmonies of #ECA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA42F

Black with #ECA42F

Text Example


Text Example

White with #ECA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA42F; }

 p { color: rgb(236,164,47); }

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

background-color css

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

 a { background-color: rgb(236,164,47); }

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

border-color css

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

 span { border-color: rgb(236,164,47); }

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