Html Css Color HEX #EBA135 Yellow Sea

📋 copy color: '#EBA135'

red 235 ◦ green 161 ◦ blue 53

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

Shades of Yellow Sea #EBA135

Tints of Yellow Sea #EBA135

RGB

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

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

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

R = 52.34%
G = 35.86%
B = 11.8%

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

#EBA135 (or 0xEBA135) is known color: Yellow Sea. HEX triplet: EB, A1 and 35. RGB value is (235,161,53). Sum of RGB (Red+Green+Blue) = 235+161+53=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA135 is #145ECA. Grayscale: #ABABAB. Windows color (decimal): -1334987 or 3514859. OLE color: 3514859.

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

Color convert

RGB 235 161 53 -
CMYK 0 0.31 0.77 0.08
HSL 35.6º 0.82% 0.56% -
HSV(B) 35.6º 0.77% 0.92% -
XYZ 47.65 43.41 9.24 -
YUV 170.81 61.52 173.78 -
System Red Green Blue C M Y K H S L
Decimal 235 161 53 0 0.31 0.77 0.08 35.6 0.82 0.56
Hex EB A1 35 0 1F 4D 8 24 52 38
Octal 353 241 65 0 37 115 10 44 122 70
Binary 11101011 10100001 110101 0 11111 1001101 1000 100100 1010010 111000

Color Harmonies of #EBA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA135

Black with #EBA135

Text Example


Text Example

White with #EBA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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