Html Css Color HEX #EB9E3C Yellow Sea

📋 copy color: '#EB9E3C'

red 235 ◦ green 158 ◦ blue 60

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

Shades of Yellow Sea #EB9E3C

Tints of Yellow Sea #EB9E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

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

R = 51.88%
G = 34.88%
B = 13.25%

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

#EB9E3C (or 0xEB9E3C) is known color: Yellow Sea. HEX triplet: EB, 9E and 3C. RGB value is (235,158,60). Sum of RGB (Red+Green+Blue) = 235+158+60=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9E3C is #1461C3. Grayscale: #AAAAAA. Windows color (decimal): -1335748 or 3972843. OLE color: 3972843.

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

Color convert

RGB 235 158 60 -
CMYK 0 0.33 0.74 0.08
HSL 33.6º 0.81% 0.58% -
HSV(B) 33.6º 0.74% 0.92% -
XYZ 47.3 42.44 9.97 -
YUV 169.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 235 158 60 0 0.33 0.74 0.08 33.6 0.81 0.58
Hex EB 9E 3C 0 21 4A 8 22 51 3A
Octal 353 236 74 0 41 112 10 42 121 72
Binary 11101011 10011110 111100 0 100001 1001010 1000 100010 1010001 111010

Color Harmonies of #EB9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E3C

Black with #EB9E3C

Text Example


Text Example

White with #EB9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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