Html Css Color HEX #EBA43C Yellow Sea

📋 copy color: '#EBA43C'

red 235 ◦ green 164 ◦ blue 60

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

Shades of Yellow Sea #EBA43C

Tints of Yellow Sea #EBA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 51.2%
G = 35.73%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBA43C (or 0xEBA43C) is known color: Yellow Sea. HEX triplet: EB, A4 and 3C. RGB value is (235,164,60). Sum of RGB (Red+Green+Blue) = 235+164+60=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA43C is #145BC3. Grayscale: #ADADAD. Windows color (decimal): -1334212 or 3974379. OLE color: 3974379.

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

Color convert

RGB 235 164 60 -
CMYK 0 0.30 0.74 0.08
HSL 35.66º 0.81% 0.58% -
HSV(B) 35.66º 0.74% 0.92% -
XYZ 48.35 44.54 10.32 -
YUV 173.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 235 164 60 0 0.30 0.74 0.08 35.66 0.81 0.58
Hex EB A4 3C 0 1E 4A 8 24 51 3A
Octal 353 244 74 0 36 112 10 44 121 72
Binary 11101011 10100100 111100 0 11110 1001010 1000 100100 1010001 111010

Color Harmonies of #EBA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA43C

Black with #EBA43C

Text Example


Text Example

White with #EBA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA43C; }

 p { color: rgb(235,164,60); }

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

background-color css

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

 a { background-color: rgb(235,164,60); }

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

border-color css

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

 span { border-color: rgb(235,164,60); }

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