Html Css Color HEX #EBA12C Yellow Sea

📋 copy color: '#EBA12C'

red 235 ◦ green 161 ◦ blue 44

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

Shades of Yellow Sea #EBA12C

Tints of Yellow Sea #EBA12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10%

R = 53.41%
G = 36.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA12C (or 0xEBA12C) is known color: Yellow Sea. HEX triplet: EB, A1 and 2C. RGB value is (235,161,44). Sum of RGB (Red+Green+Blue) = 235+161+44=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA12C is #145ED3. Grayscale: #AAAAAA. Windows color (decimal): -1334996 or 2925035. OLE color: 2925035.

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

Color convert

RGB 235 161 44 -
CMYK 0 0.31 0.81 0.08
HSL 36.75º 0.83% 0.55% -
HSV(B) 36.75º 0.81% 0.92% -
XYZ 47.46 43.33 8.25 -
YUV 169.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 235 161 44 0 0.31 0.81 0.08 36.75 0.83 0.55
Hex EB A1 2C 0 1F 51 8 25 53 37
Octal 353 241 54 0 37 121 10 45 123 67
Binary 11101011 10100001 101100 0 11111 1010001 1000 100101 1010011 110111

Color Harmonies of #EBA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA12C

Black with #EBA12C

Text Example


Text Example

White with #EBA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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