Html Css Color HEX #EBA134 Yellow Sea

📋 copy color: '#EBA134'

red 235 ◦ green 161 ◦ blue 52

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

Shades of Yellow Sea #EBA134

Tints of Yellow Sea #EBA134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.61%

R = 52.46%
G = 35.94%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA134 (or 0xEBA134) is known color: Yellow Sea. HEX triplet: EB, A1 and 34. RGB value is (235,161,52). Sum of RGB (Red+Green+Blue) = 235+161+52=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA134 is #145ECB. Grayscale: #ABABAB. Windows color (decimal): -1334988 or 3449323. OLE color: 3449323.

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

Color convert

RGB 235 161 52 -
CMYK 0 0.31 0.78 0.08
HSL 35.74º 0.82% 0.56% -
HSV(B) 35.74º 0.78% 0.92% -
XYZ 47.63 43.4 9.12 -
YUV 170.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 235 161 52 0 0.31 0.78 0.08 35.74 0.82 0.56
Hex EB A1 34 0 1F 4E 8 24 52 38
Octal 353 241 64 0 37 116 10 44 122 70
Binary 11101011 10100001 110100 0 11111 1001110 1000 100100 1010010 111000

Color Harmonies of #EBA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA134

Black with #EBA134

Text Example


Text Example

White with #EBA134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA134; }

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

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

background-color css

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

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

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

border-color css

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

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

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