Html Css Color HEX #EBA12F Yellow Sea

📋 copy color: '#EBA12F'

red 235 ◦ green 161 ◦ blue 47

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

Shades of Yellow Sea #EBA12F

Tints of Yellow Sea #EBA12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.61%

R = 53.05%
G = 36.34%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA12F (or 0xEBA12F) is known color: Yellow Sea. HEX triplet: EB, A1 and 2F. RGB value is (235,161,47). Sum of RGB (Red+Green+Blue) = 235+161+47=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA12F is #145ED0. Grayscale: #AAAAAA. Windows color (decimal): -1334993 or 3121643. OLE color: 3121643.

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

Color convert

RGB 235 161 47 -
CMYK 0 0.31 0.8 0.08
HSL 36.38º 0.82% 0.55% -
HSV(B) 36.38º 0.8% 0.92% -
XYZ 47.52 43.36 8.55 -
YUV 170.13 58.52 174.27 -
System Red Green Blue C M Y K H S L
Decimal 235 161 47 0 0.31 0.8 0.08 36.38 0.82 0.55
Hex EB A1 2F 0 1F 50 8 24 52 37
Octal 353 241 57 0 37 120 10 44 122 67
Binary 11101011 10100001 101111 0 11111 1010000 1000 100100 1010010 110111

Color Harmonies of #EBA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA12F

Black with #EBA12F

Text Example


Text Example

White with #EBA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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