Html Css Color HEX #EBA13C Yellow Sea

📋 copy color: '#EBA13C'

red 235 ◦ green 161 ◦ blue 60

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

Shades of Yellow Sea #EBA13C

Tints of Yellow Sea #EBA13C

RGB

 RED value IS 235 (92.19% from 255) = 51.54%

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 51.54%
G = 35.31%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBA13C (or 0xEBA13C) is known color: Yellow Sea. HEX triplet: EB, A1 and 3C. RGB value is (235,161,60). Sum of RGB (Red+Green+Blue) = 235+161+60=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA13C is #145EC3. Grayscale: #ACACAC. Windows color (decimal): -1334980 or 3973611. OLE color: 3973611.

HSL color Cylindrical-coordinate representation of color #EBA13C: hue angle of 34.63º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBA13C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 60 -
CMYK 0 0.31 0.74 0.08
HSL 34.63º 0.81% 0.58% -
HSV(B) 34.63º 0.74% 0.92% -
XYZ 47.82 43.48 10.15 -
YUV 171.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 235 161 60 0 0.31 0.74 0.08 34.63 0.81 0.58
Hex EB A1 3C 0 1F 4A 8 23 51 3A
Octal 353 241 74 0 37 112 10 43 121 72
Binary 11101011 10100001 111100 0 11111 1001010 1000 100011 1010001 111010

Color Harmonies of #EBA13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA13C

Black with #EBA13C

Text Example


Text Example

White with #EBA13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA13C; }

 p { color: rgb(235,161,60); }

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

background-color css

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

 a { background-color: rgb(235,161,60); }

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

border-color css

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

 span { border-color: rgb(235,161,60); }

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