Html Css Color HEX #EBA630 Yellow Sea

📋 copy color: '#EBA630'

red 235 ◦ green 166 ◦ blue 48

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

Shades of Yellow Sea #EBA630

Tints of Yellow Sea #EBA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.97%

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

R = 52.34%
G = 36.97%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA630 (or 0xEBA630) is known color: Yellow Sea. HEX triplet: EB, A6 and 30. RGB value is (235,166,48). Sum of RGB (Red+Green+Blue) = 235+166+48=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA630 is #1459CF. Grayscale: #ADADAD. Windows color (decimal): -1333712 or 3188459. OLE color: 3188459.

HSL color Cylindrical-coordinate representation of color #EBA630: hue angle of 37.86º 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 #EBA630 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 48 -
CMYK 0 0.29 0.80 0.08
HSL 37.86º 0.82% 0.55% -
HSV(B) 37.86º 0.8% 0.92% -
XYZ 48.43 45.15 8.96 -
YUV 173.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 235 166 48 0 0.29 0.80 0.08 37.86 0.82 0.55
Hex EB A6 30 0 1D 50 8 26 52 37
Octal 353 246 60 0 35 120 10 46 122 67
Binary 11101011 10100110 110000 0 11101 1010000 1000 100110 1010010 110111

Color Harmonies of #EBA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA630

Black with #EBA630

Text Example


Text Example

White with #EBA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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