Html Css Color HEX #EBA530 Yellow Sea

📋 copy color: '#EBA530'

red 235 ◦ green 165 ◦ blue 48

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

Shades of Yellow Sea #EBA530

Tints of Yellow Sea #EBA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 52.46%
G = 36.83%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA530 (or 0xEBA530) is known color: Yellow Sea. HEX triplet: EB, A5 and 30. RGB value is (235,165,48). Sum of RGB (Red+Green+Blue) = 235+165+48=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA530 is #145ACF. Grayscale: #ADADAD. Windows color (decimal): -1333968 or 3188203. OLE color: 3188203.

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

Color convert

RGB 235 165 48 -
CMYK 0 0.30 0.80 0.08
HSL 37.54º 0.82% 0.55% -
HSV(B) 37.54º 0.8% 0.92% -
XYZ 48.25 44.79 8.9 -
YUV 172.59 57.69 172.51 -
System Red Green Blue C M Y K H S L
Decimal 235 165 48 0 0.30 0.80 0.08 37.54 0.82 0.55
Hex EB A5 30 0 1E 50 8 26 52 37
Octal 353 245 60 0 36 120 10 46 122 67
Binary 11101011 10100101 110000 0 11110 1010000 1000 100110 1010010 110111

Color Harmonies of #EBA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA530

Black with #EBA530

Text Example


Text Example

White with #EBA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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