Html Css Color HEX #EBA338 Yellow Sea

📋 copy color: '#EBA338'

red 235 ◦ green 163 ◦ blue 56

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

Shades of Yellow Sea #EBA338

Tints of Yellow Sea #EBA338

RGB

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

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

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

R = 51.76%
G = 35.9%
B = 12.33%

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

#EBA338 (or 0xEBA338) is known color: Yellow Sea. HEX triplet: EB, A3 and 38. RGB value is (235,163,56). Sum of RGB (Red+Green+Blue) = 235+163+56=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA338 is #145CC7. Grayscale: #ACACAC. Windows color (decimal): -1334472 or 3711979. OLE color: 3711979.

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

Color convert

RGB 235 163 56 -
CMYK 0 0.31 0.76 0.08
HSL 35.87º 0.82% 0.57% -
HSV(B) 35.87º 0.76% 0.92% -
XYZ 48.07 44.14 9.73 -
YUV 172.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 235 163 56 0 0.31 0.76 0.08 35.87 0.82 0.57
Hex EB A3 38 0 1F 4C 8 24 52 39
Octal 353 243 70 0 37 114 10 44 122 71
Binary 11101011 10100011 111000 0 11111 1001100 1000 100100 1010010 111001

Color Harmonies of #EBA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA338

Black with #EBA338

Text Example


Text Example

White with #EBA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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