Html Css Color HEX #EFA342 Yellow Sea

📋 copy color: '#EFA342'

red 239 ◦ green 163 ◦ blue 66

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

Shades of Yellow Sea #EFA342

Tints of Yellow Sea #EFA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

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

R = 51.07%
G = 34.83%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFA342 (or 0xEFA342) is known color: Yellow Sea. HEX triplet: EF, A3 and 42. RGB value is (239,163,66). Sum of RGB (Red+Green+Blue) = 239+163+66=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA342 is #105CBD. Grayscale: #AFAFAF. Windows color (decimal): -1072318 or 4367343. OLE color: 4367343.

HSL color Cylindrical-coordinate representation of color #EFA342: hue angle of 33.64º 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 #EFA342 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 66 -
CMYK 0 0.32 0.72 0.06
HSL 33.64º 0.84% 0.6% -
HSV(B) 33.64º 0.72% 0.94% -
XYZ 49.68 44.94 11.21 -
YUV 174.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 239 163 66 0 0.32 0.72 0.06 33.64 0.84 0.6
Hex EF A3 42 0 20 48 6 22 54 3C
Octal 357 243 102 0 40 110 6 42 124 74
Binary 11101111 10100011 1000010 0 100000 1001000 110 100010 1010100 111100

Color Harmonies of #EFA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA342

Black with #EFA342

Text Example


Text Example

White with #EFA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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