Html Css Color HEX #EBA333 Yellow Sea

📋 copy color: '#EBA333'

red 235 ◦ green 163 ◦ blue 51

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

Shades of Yellow Sea #EBA333

Tints of Yellow Sea #EBA333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.36%

R = 52.34%
G = 36.3%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA333 (or 0xEBA333) is known color: Yellow Sea. HEX triplet: EB, A3 and 33. RGB value is (235,163,51). Sum of RGB (Red+Green+Blue) = 235+163+51=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA333 is #145CCC. Grayscale: #ACACAC. Windows color (decimal): -1334477 or 3384299. OLE color: 3384299.

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

Color convert

RGB 235 163 51 -
CMYK 0 0.31 0.78 0.08
HSL 36.52º 0.82% 0.56% -
HSV(B) 36.52º 0.78% 0.92% -
XYZ 47.96 44.1 9.12 -
YUV 171.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 235 163 51 0 0.31 0.78 0.08 36.52 0.82 0.56
Hex EB A3 33 0 1F 4E 8 25 52 38
Octal 353 243 63 0 37 116 10 45 122 70
Binary 11101011 10100011 110011 0 11111 1001110 1000 100101 1010010 111000

Color Harmonies of #EBA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA333

Black with #EBA333

Text Example


Text Example

White with #EBA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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