Html Css Color HEX #EBA531 Yellow Sea

📋 copy color: '#EBA531'

red 235 ◦ green 165 ◦ blue 49

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

Shades of Yellow Sea #EBA531

Tints of Yellow Sea #EBA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 49 (19.53% from 255) = 10.91%

R = 52.34%
G = 36.75%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA531 (or 0xEBA531) is known color: Yellow Sea. HEX triplet: EB, A5 and 31. RGB value is (235,165,49). Sum of RGB (Red+Green+Blue) = 235+165+49=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA531 is #145ACE. Grayscale: #ADADAD. Windows color (decimal): -1333967 or 3253739. OLE color: 3253739.

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

Color convert

RGB 235 165 49 -
CMYK 0 0.30 0.79 0.08
HSL 37.42º 0.82% 0.56% -
HSV(B) 37.42º 0.79% 0.92% -
XYZ 48.27 44.79 9.01 -
YUV 172.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 235 165 49 0 0.30 0.79 0.08 37.42 0.82 0.56
Hex EB A5 31 0 1E 4F 8 25 52 38
Octal 353 245 61 0 36 117 10 45 122 70
Binary 11101011 10100101 110001 0 11110 1001111 1000 100101 1010010 111000

Color Harmonies of #EBA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA531

Black with #EBA531

Text Example


Text Example

White with #EBA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA531; }

 p { color: rgb(235,165,49); }

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

background-color css

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

 a { background-color: rgb(235,165,49); }

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

border-color css

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

 span { border-color: rgb(235,165,49); }

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