Html Css Color HEX #EFA142 Yellow Sea

📋 copy color: '#EFA142'

red 239 ◦ green 161 ◦ blue 66

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

Shades of Yellow Sea #EFA142

Tints of Yellow Sea #EFA142

RGB

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

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

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

R = 51.29%
G = 34.55%
B = 14.16%

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

#EFA142 (or 0xEFA142) is known color: Yellow Sea. HEX triplet: EF, A1 and 42. RGB value is (239,161,66). Sum of RGB (Red+Green+Blue) = 239+161+66=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA142 is #105EBD. Grayscale: #ADADAD. Windows color (decimal): -1072830 or 4366831. OLE color: 4366831.

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

Color convert

RGB 239 161 66 -
CMYK 0 0.33 0.72 0.06
HSL 32.95º 0.84% 0.6% -
HSV(B) 32.95º 0.72% 0.94% -
XYZ 49.32 44.23 11.09 -
YUV 173.49 67.34 174.72 -
System Red Green Blue C M Y K H S L
Decimal 239 161 66 0 0.33 0.72 0.06 32.95 0.84 0.6
Hex EF A1 42 0 21 48 6 21 54 3C
Octal 357 241 102 0 41 110 6 41 124 74
Binary 11101111 10100001 1000010 0 100001 1001000 110 100001 1010100 111100

Color Harmonies of #EFA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA142

Black with #EFA142

Text Example


Text Example

White with #EFA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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