Html Css Color HEX #ECA530 Yellow Sea

📋 copy color: '#ECA530'

red 236 ◦ green 165 ◦ blue 48

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

Shades of Yellow Sea #ECA530

Tints of Yellow Sea #ECA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 52.56%
G = 36.75%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECA530 (or 0xECA530) is known color: Yellow Sea. HEX triplet: EC, A5 and 30. RGB value is (236,165,48). Sum of RGB (Red+Green+Blue) = 236+165+48=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA530 is #135ACF. Grayscale: #ADADAD. Windows color (decimal): -1268432 or 3188204. OLE color: 3188204.

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

Color convert

RGB 236 165 48 -
CMYK 0 0.30 0.80 0.07
HSL 37.34º 0.83% 0.56% -
HSV(B) 37.34º 0.8% 0.93% -
XYZ 48.58 44.96 8.91 -
YUV 172.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 236 165 48 0 0.30 0.80 0.07 37.34 0.83 0.56
Hex EC A5 30 0 1E 50 7 25 53 38
Octal 354 245 60 0 36 120 7 45 123 70
Binary 11101100 10100101 110000 0 11110 1010000 111 100101 1010011 111000

Color Harmonies of #ECA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA530

Black with #ECA530

Text Example


Text Example

White with #ECA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA530; }

 p { color: rgb(236,165,48); }

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

background-color css

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

 a { background-color: rgb(236,165,48); }

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

border-color css

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

 span { border-color: rgb(236,165,48); }

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