#EFA83D

Color #EFA83D Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EFA83D

Tints of Yellow Sea #EFA83D

Color information

#EFA83D (or 0xEFA83D) is unknown color: approx Yellow Sea. HEX triplet: EF, A8 and 3D. RGB value is (239,168,61). Sum of RGB (Red+Green+Blue) = 239+168+61=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA83D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA83D is #1057C2. Grayscale: #B1B1B1. Windows color (decimal): -1071043 or 4040943. OLE color: 4040943.

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

Color convert

RGB23916861-
CMYK00.300.740.06
HSL36.07º84.76%58.82%-
HSV(B)36.07º74.48%93.73%-
XYZ50.4446.6910.77-
YUV177.0362.52172.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.07%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 61 (24.22% from 255) = 13.03%
R=51.07%
G=35.90%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391686100.300.740.0636.0784.7658.82
HexEFA83D01E4A624553b
Octal3572507503611264412573
Binary111011111010100011110101111010010101101001001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA83D; }

 p { color: rgb(239,168,61); }

 H1.HeaderClassName
 {
   color: #EFA83D;
 }
 .AnyTagClassName
 {
   color: #EFA83D;
 }
</style>
background-color css

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

 a { background-color: rgb(239,168,61); }

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

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

 span { border-color: rgb(239,168,61); }

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