Html Css Color HEX #EBA238 Yellow Sea

📋 copy color: '#EBA238'

red 235 ◦ green 162 ◦ blue 56

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

Shades of Yellow Sea #EBA238

Tints of Yellow Sea #EBA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

 BLUE value IS 56 (22.27% from 255) = 12.36%

R = 51.88%
G = 35.76%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBA238 (or 0xEBA238) is known color: Yellow Sea. HEX triplet: EB, A2 and 38. RGB value is (235,162,56). Sum of RGB (Red+Green+Blue) = 235+162+56=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA238 is #145DC7. Grayscale: #ACACAC. Windows color (decimal): -1334728 or 3711723. OLE color: 3711723.

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

Color convert

RGB 235 162 56 -
CMYK 0 0.31 0.76 0.08
HSL 35.53º 0.82% 0.57% -
HSV(B) 35.53º 0.76% 0.92% -
XYZ 47.9 43.79 9.67 -
YUV 171.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 235 162 56 0 0.31 0.76 0.08 35.53 0.82 0.57
Hex EB A2 38 0 1F 4C 8 24 52 39
Octal 353 242 70 0 37 114 10 44 122 71
Binary 11101011 10100010 111000 0 11111 1001100 1000 100100 1010010 111001

Color Harmonies of #EBA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA238

Black with #EBA238

Text Example


Text Example

White with #EBA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA238; }

 p { color: rgb(235,162,56); }

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

background-color css

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

 a { background-color: rgb(235,162,56); }

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

border-color css

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

 span { border-color: rgb(235,162,56); }

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