Html Css Color HEX #EBA335 Yellow Sea

📋 copy color: '#EBA335'

red 235 ◦ green 163 ◦ blue 53

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

Shades of Yellow Sea #EBA335

Tints of Yellow Sea #EBA335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.75%

R = 52.11%
G = 36.14%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBA335 (or 0xEBA335) is known color: Yellow Sea. HEX triplet: EB, A3 and 35. RGB value is (235,163,53). Sum of RGB (Red+Green+Blue) = 235+163+53=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA335 is #145CCA. Grayscale: #ACACAC. Windows color (decimal): -1334475 or 3515371. OLE color: 3515371.

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

Color convert

RGB 235 163 53 -
CMYK 0 0.31 0.77 0.08
HSL 36.26º 0.82% 0.56% -
HSV(B) 36.26º 0.77% 0.92% -
XYZ 48 44.11 9.35 -
YUV 171.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 235 163 53 0 0.31 0.77 0.08 36.26 0.82 0.56
Hex EB A3 35 0 1F 4D 8 24 52 38
Octal 353 243 65 0 37 115 10 44 122 70
Binary 11101011 10100011 110101 0 11111 1001101 1000 100100 1010010 111000

Color Harmonies of #EBA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA335

Black with #EBA335

Text Example


Text Example

White with #EBA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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