Html Css Color HEX #EFA240 Yellow Sea

📋 copy color: '#EFA240'

red 239 ◦ green 162 ◦ blue 64

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

Shades of Yellow Sea #EFA240

Tints of Yellow Sea #EFA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 51.4%
G = 34.84%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFA240 (or 0xEFA240) is known color: Yellow Sea. HEX triplet: EF, A2 and 40. RGB value is (239,162,64). Sum of RGB (Red+Green+Blue) = 239+162+64=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA240 is #105DBF. Grayscale: #AEAEAE. Windows color (decimal): -1072576 or 4236015. OLE color: 4236015.

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

Color convert

RGB 239 162 64 -
CMYK 0 0.32 0.73 0.06
HSL 33.6º 0.85% 0.59% -
HSV(B) 33.6º 0.73% 0.94% -
XYZ 49.44 44.56 10.85 -
YUV 173.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 239 162 64 0 0.32 0.73 0.06 33.6 0.85 0.59
Hex EF A2 40 0 20 49 6 22 55 3B
Octal 357 242 100 0 40 111 6 42 125 73
Binary 11101111 10100010 1000000 0 100000 1001001 110 100010 1010101 111011

Color Harmonies of #EFA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA240

Black with #EFA240

Text Example


Text Example

White with #EFA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA240; }

 p { color: rgb(239,162,64); }

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

background-color css

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

 a { background-color: rgb(239,162,64); }

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

border-color css

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

 span { border-color: rgb(239,162,64); }

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