Html Css Color HEX #EFA53A Yellow Sea

📋 copy color: '#EFA53A'

red 239 ◦ green 165 ◦ blue 58

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

Shades of Yellow Sea #EFA53A

Tints of Yellow Sea #EFA53A

RGB

 RED value IS 239 (93.75% from 255) = 51.73%

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 51.73%
G = 35.71%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFA53A (or 0xEFA53A) is known color: Yellow Sea. HEX triplet: EF, A5 and 3A. RGB value is (239,165,58). Sum of RGB (Red+Green+Blue) = 239+165+58=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA53A is #105AC5. Grayscale: #AFAFAF. Windows color (decimal): -1071814 or 3843567. OLE color: 3843567.

HSL color Cylindrical-coordinate representation of color #EFA53A: hue angle of 35.47º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFA53A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 58 -
CMYK 0 0.31 0.76 0.06
HSL 35.47º 0.85% 0.58% -
HSV(B) 35.47º 0.76% 0.94% -
XYZ 49.82 45.57 10.17 -
YUV 174.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 239 165 58 0 0.31 0.76 0.06 35.47 0.85 0.58
Hex EF A5 3A 0 1F 4C 6 23 55 3A
Octal 357 245 72 0 37 114 6 43 125 72
Binary 11101111 10100101 111010 0 11111 1001100 110 100011 1010101 111010

Color Harmonies of #EFA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA53A

Black with #EFA53A

Text Example


Text Example

White with #EFA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA53A; }

 p { color: rgb(239,165,58); }

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

background-color css

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

 a { background-color: rgb(239,165,58); }

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

border-color css

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

 span { border-color: rgb(239,165,58); }

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