Html Css Color HEX #EFA042 Yellow Sea

📋 copy color: '#EFA042'

red 239 ◦ green 160 ◦ blue 66

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

Shades of Yellow Sea #EFA042

Tints of Yellow Sea #EFA042

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 51.4%
G = 34.41%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFA042 (or 0xEFA042) is known color: Yellow Sea. HEX triplet: EF, A0 and 42. RGB value is (239,160,66). Sum of RGB (Red+Green+Blue) = 239+160+66=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA042 is #105FBD. Grayscale: #ADADAD. Windows color (decimal): -1073086 or 4366575. OLE color: 4366575.

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

Color convert

RGB 239 160 66 -
CMYK 0 0.33 0.72 0.06
HSL 32.6º 0.84% 0.6% -
HSV(B) 32.6º 0.72% 0.94% -
XYZ 49.15 43.89 11.03 -
YUV 172.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 239 160 66 0 0.33 0.72 0.06 32.6 0.84 0.6
Hex EF A0 42 0 21 48 6 21 54 3C
Octal 357 240 102 0 41 110 6 41 124 74
Binary 11101111 10100000 1000010 0 100001 1001000 110 100001 1010100 111100

Color Harmonies of #EFA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA042

Black with #EFA042

Text Example


Text Example

White with #EFA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA042; }

 p { color: rgb(239,160,66); }

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

background-color css

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

 a { background-color: rgb(239,160,66); }

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

border-color css

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

 span { border-color: rgb(239,160,66); }

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