Html Css Color HEX #EBA33B Yellow Sea

📋 copy color: '#EBA33B'

red 235 ◦ green 163 ◦ blue 59

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

Shades of Yellow Sea #EBA33B

Tints of Yellow Sea #EBA33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 51.42%
G = 35.67%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBA33B (or 0xEBA33B) is known color: Yellow Sea. HEX triplet: EB, A3 and 3B. RGB value is (235,163,59). Sum of RGB (Red+Green+Blue) = 235+163+59=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA33B is #145CC4. Grayscale: #ADADAD. Windows color (decimal): -1334469 or 3908587. OLE color: 3908587.

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

Color convert

RGB 235 163 59 -
CMYK 0 0.31 0.75 0.08
HSL 35.45º 0.81% 0.58% -
HSV(B) 35.45º 0.75% 0.92% -
XYZ 48.15 44.17 10.13 -
YUV 172.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 235 163 59 0 0.31 0.75 0.08 35.45 0.81 0.58
Hex EB A3 3B 0 1F 4B 8 23 51 3A
Octal 353 243 73 0 37 113 10 43 121 72
Binary 11101011 10100011 111011 0 11111 1001011 1000 100011 1010001 111010

Color Harmonies of #EBA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA33B

Black with #EBA33B

Text Example


Text Example

White with #EBA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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