Html Css Color HEX #EBA130 Yellow Sea

📋 copy color: '#EBA130'

red 235 ◦ green 161 ◦ blue 48

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

Shades of Yellow Sea #EBA130

Tints of Yellow Sea #EBA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

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

R = 52.93%
G = 36.26%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA130 (or 0xEBA130) is known color: Yellow Sea. HEX triplet: EB, A1 and 30. RGB value is (235,161,48). Sum of RGB (Red+Green+Blue) = 235+161+48=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA130 is #145ECF. Grayscale: #AAAAAA. Windows color (decimal): -1334992 or 3187179. OLE color: 3187179.

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

Color convert

RGB 235 161 48 -
CMYK 0 0.31 0.80 0.08
HSL 36.26º 0.82% 0.55% -
HSV(B) 36.26º 0.8% 0.92% -
XYZ 47.54 43.37 8.66 -
YUV 170.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 235 161 48 0 0.31 0.80 0.08 36.26 0.82 0.55
Hex EB A1 30 0 1F 50 8 24 52 37
Octal 353 241 60 0 37 120 10 44 122 67
Binary 11101011 10100001 110000 0 11111 1010000 1000 100100 1010010 110111

Color Harmonies of #EBA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA130

Black with #EBA130

Text Example


Text Example

White with #EBA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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