Html Css Color HEX #EBA129 Yellow Sea

📋 copy color: '#EBA129'

red 235 ◦ green 161 ◦ blue 41

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

Shades of Yellow Sea #EBA129

Tints of Yellow Sea #EBA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.38%

R = 53.78%
G = 36.84%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA129 (or 0xEBA129) is known color: Yellow Sea. HEX triplet: EB, A1 and 29. RGB value is (235,161,41). Sum of RGB (Red+Green+Blue) = 235+161+41=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA129 is #145ED6. Grayscale: #AAAAAA. Windows color (decimal): -1334999 or 2728427. OLE color: 2728427.

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

Color convert

RGB 235 161 41 -
CMYK 0 0.31 0.83 0.08
HSL 37.11º 0.83% 0.54% -
HSV(B) 37.11º 0.83% 0.92% -
XYZ 47.41 43.31 7.96 -
YUV 169.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 235 161 41 0 0.31 0.83 0.08 37.11 0.83 0.54
Hex EB A1 29 0 1F 53 8 25 53 36
Octal 353 241 51 0 37 123 10 45 123 66
Binary 11101011 10100001 101001 0 11111 1010011 1000 100101 1010011 110110

Color Harmonies of #EBA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA129

Black with #EBA129

Text Example


Text Example

White with #EBA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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