Html Css Color HEX #EB9D3C Yellow Sea

📋 copy color: '#EB9D3C'

red 235 ◦ green 157 ◦ blue 60

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

Shades of Yellow Sea #EB9D3C

Tints of Yellow Sea #EB9D3C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.73%

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

R = 51.99%
G = 34.73%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB9D3C (or 0xEB9D3C) is known color: Yellow Sea. HEX triplet: EB, 9D and 3C. RGB value is (235,157,60). Sum of RGB (Red+Green+Blue) = 235+157+60=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9D3C is #1462C3. Grayscale: #A9A9A9. Windows color (decimal): -1336004 or 3972587. OLE color: 3972587.

HSL color Cylindrical-coordinate representation of color #EB9D3C: hue angle of 33.26º 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 #EB9D3C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 157 60 -
CMYK 0 0.33 0.74 0.08
HSL 33.26º 0.81% 0.58% -
HSV(B) 33.26º 0.74% 0.92% -
XYZ 47.13 42.1 9.92 -
YUV 169.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 235 157 60 0 0.33 0.74 0.08 33.26 0.81 0.58
Hex EB 9D 3C 0 21 4A 8 21 51 3A
Octal 353 235 74 0 41 112 10 41 121 72
Binary 11101011 10011101 111100 0 100001 1001010 1000 100001 1010001 111010

Color Harmonies of #EB9D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9D3C

Black with #EB9D3C

Text Example


Text Example

White with #EB9D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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