Html Css Color HEX #EFA12E Yellow Sea

📋 copy color: '#EFA12E'

red 239 ◦ green 161 ◦ blue 46

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

Shades of Yellow Sea #EFA12E

Tints of Yellow Sea #EFA12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.31%

R = 53.59%
G = 36.1%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFA12E (or 0xEFA12E) is known color: Yellow Sea. HEX triplet: EF, A1 and 2E. RGB value is (239,161,46). Sum of RGB (Red+Green+Blue) = 239+161+46=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA12E is #105ED1. Grayscale: #ABABAB. Windows color (decimal): -1072850 or 3056111. OLE color: 3056111.

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

Color convert

RGB 239 161 46 -
CMYK 0 0.33 0.81 0.06
HSL 35.75º 0.86% 0.56% -
HSV(B) 35.75º 0.81% 0.94% -
XYZ 48.83 44.04 8.51 -
YUV 171.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 239 161 46 0 0.33 0.81 0.06 35.75 0.86 0.56
Hex EF A1 2E 0 21 51 6 24 56 38
Octal 357 241 56 0 41 121 6 44 126 70
Binary 11101111 10100001 101110 0 100001 1010001 110 100100 1010110 111000

Color Harmonies of #EFA12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA12E

Black with #EFA12E

Text Example


Text Example

White with #EFA12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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