Html Css Color HEX #EBA13D Yellow Sea

📋 copy color: '#EBA13D'

red 235 ◦ green 161 ◦ blue 61

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

Shades of Yellow Sea #EBA13D

Tints of Yellow Sea #EBA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.35%

R = 51.42%
G = 35.23%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBA13D (or 0xEBA13D) is known color: Yellow Sea. HEX triplet: EB, A1 and 3D. RGB value is (235,161,61). Sum of RGB (Red+Green+Blue) = 235+161+61=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA13D is #145EC2. Grayscale: #ACACAC. Windows color (decimal): -1334979 or 4039147. OLE color: 4039147.

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

Color convert

RGB 235 161 61 -
CMYK 0 0.31 0.74 0.08
HSL 34.48º 0.81% 0.58% -
HSV(B) 34.48º 0.74% 0.92% -
XYZ 47.85 43.49 10.29 -
YUV 171.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 235 161 61 0 0.31 0.74 0.08 34.48 0.81 0.58
Hex EB A1 3D 0 1F 4A 8 22 51 3A
Octal 353 241 75 0 37 112 10 42 121 72
Binary 11101011 10100001 111101 0 11111 1001010 1000 100010 1010001 111010

Color Harmonies of #EBA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA13D

Black with #EBA13D

Text Example


Text Example

White with #EBA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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