Html Css Color HEX #EFA138 Yellow Sea

📋 copy color: '#EFA138'

red 239 ◦ green 161 ◦ blue 56

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

Shades of Yellow Sea #EFA138

Tints of Yellow Sea #EFA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 56 (22.27% from 255) = 12.28%

R = 52.41%
G = 35.31%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFA138 (or 0xEFA138) is known color: Yellow Sea. HEX triplet: EF, A1 and 38. RGB value is (239,161,56). Sum of RGB (Red+Green+Blue) = 239+161+56=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA138 is #105EC7. Grayscale: #ACACAC. Windows color (decimal): -1072840 or 3711471. OLE color: 3711471.

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

Color convert

RGB 239 161 56 -
CMYK 0 0.33 0.77 0.06
HSL 34.43º 0.85% 0.58% -
HSV(B) 34.43º 0.77% 0.94% -
XYZ 49.06 44.13 9.67 -
YUV 172.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 239 161 56 0 0.33 0.77 0.06 34.43 0.85 0.58
Hex EF A1 38 0 21 4D 6 22 55 3A
Octal 357 241 70 0 41 115 6 42 125 72
Binary 11101111 10100001 111000 0 100001 1001101 110 100010 1010101 111010

Color Harmonies of #EFA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA138

Black with #EFA138

Text Example


Text Example

White with #EFA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA138; }

 p { color: rgb(239,161,56); }

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

background-color css

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

 a { background-color: rgb(239,161,56); }

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

border-color css

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

 span { border-color: rgb(239,161,56); }

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