Html Css Color HEX #EBA43A Yellow Sea

📋 copy color: '#EBA43A'

red 235 ◦ green 164 ◦ blue 58

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

Shades of Yellow Sea #EBA43A

Tints of Yellow Sea #EBA43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.69%

R = 51.42%
G = 35.89%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBA43A (or 0xEBA43A) is known color: Yellow Sea. HEX triplet: EB, A4 and 3A. RGB value is (235,164,58). Sum of RGB (Red+Green+Blue) = 235+164+58=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA43A is #145BC5. Grayscale: #ADADAD. Windows color (decimal): -1334214 or 3843307. OLE color: 3843307.

HSL color Cylindrical-coordinate representation of color #EBA43A: hue angle of 35.93º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA43A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 58 -
CMYK 0 0.30 0.75 0.08
HSL 35.93º 0.82% 0.57% -
HSV(B) 35.93º 0.75% 0.92% -
XYZ 48.3 44.52 10.05 -
YUV 173.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 235 164 58 0 0.30 0.75 0.08 35.93 0.82 0.57
Hex EB A4 3A 0 1E 4B 8 24 52 39
Octal 353 244 72 0 36 113 10 44 122 71
Binary 11101011 10100100 111010 0 11110 1001011 1000 100100 1010010 111001

Color Harmonies of #EBA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA43A

Black with #EBA43A

Text Example


Text Example

White with #EBA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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