Html Css Color HEX #ECA330 Yellow Sea

📋 copy color: '#ECA330'

red 236 ◦ green 163 ◦ blue 48

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

Shades of Yellow Sea #ECA330

Tints of Yellow Sea #ECA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 52.8%
G = 36.47%
B = 10.74%

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

#ECA330 (or 0xECA330) is known color: Yellow Sea. HEX triplet: EC, A3 and 30. RGB value is (236,163,48). Sum of RGB (Red+Green+Blue) = 236+163+48=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA330 is #135CCF. Grayscale: #ACACAC. Windows color (decimal): -1268944 or 3187692. OLE color: 3187692.

HSL color Cylindrical-coordinate representation of color #ECA330: hue angle of 36.7º 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 #ECA330 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 163 48 -
CMYK 0 0.31 0.80 0.07
HSL 36.7º 0.83% 0.56% -
HSV(B) 36.7º 0.8% 0.93% -
XYZ 48.22 44.24 8.79 -
YUV 171.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 236 163 48 0 0.31 0.80 0.07 36.7 0.83 0.56
Hex EC A3 30 0 1F 50 7 25 53 38
Octal 354 243 60 0 37 120 7 45 123 70
Binary 11101100 10100011 110000 0 11111 1010000 111 100101 1010011 111000

Color Harmonies of #ECA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA330

Black with #ECA330

Text Example


Text Example

White with #ECA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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