Html Css Color HEX #ECA12D Yellow Sea

📋 copy color: '#ECA12D'

red 236 ◦ green 161 ◦ blue 45

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

Shades of Yellow Sea #ECA12D

Tints of Yellow Sea #ECA12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 53.39%
G = 36.43%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECA12D (or 0xECA12D) is known color: Yellow Sea. HEX triplet: EC, A1 and 2D. RGB value is (236,161,45). Sum of RGB (Red+Green+Blue) = 236+161+45=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA12D is #135ED2. Grayscale: #AAAAAA. Windows color (decimal): -1269459 or 2990572. OLE color: 2990572.

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

Color convert

RGB 236 161 45 -
CMYK 0 0.32 0.81 0.07
HSL 36.44º 0.83% 0.55% -
HSV(B) 36.44º 0.81% 0.93% -
XYZ 47.81 43.51 8.36 -
YUV 170.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 236 161 45 0 0.32 0.81 0.07 36.44 0.83 0.55
Hex EC A1 2D 0 20 51 7 24 53 37
Octal 354 241 55 0 40 121 7 44 123 67
Binary 11101100 10100001 101101 0 100000 1010001 111 100100 1010011 110111

Color Harmonies of #ECA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA12D

Black with #ECA12D

Text Example


Text Example

White with #ECA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA12D; }

 p { color: rgb(236,161,45); }

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

background-color css

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

 a { background-color: rgb(236,161,45); }

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

border-color css

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

 span { border-color: rgb(236,161,45); }

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