Html Css Color HEX #EFA642 Yellow Sea

📋 copy color: '#EFA642'

red 239 ◦ green 166 ◦ blue 66

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

Shades of Yellow Sea #EFA642

Tints of Yellow Sea #EFA642

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 50.74%
G = 35.24%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFA642 (or 0xEFA642) is known color: Yellow Sea. HEX triplet: EF, A6 and 42. RGB value is (239,166,66). Sum of RGB (Red+Green+Blue) = 239+166+66=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA642 is #1059BD. Grayscale: #B0B0B0. Windows color (decimal): -1071550 or 4368111. OLE color: 4368111.

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

Color convert

RGB 239 166 66 -
CMYK 0 0.31 0.72 0.06
HSL 34.68º 0.84% 0.6% -
HSV(B) 34.68º 0.72% 0.94% -
XYZ 50.22 46.02 11.39 -
YUV 176.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 239 166 66 0 0.31 0.72 0.06 34.68 0.84 0.6
Hex EF A6 42 0 1F 48 6 23 54 3C
Octal 357 246 102 0 37 110 6 43 124 74
Binary 11101111 10100110 1000010 0 11111 1001000 110 100011 1010100 111100

Color Harmonies of #EFA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA642

Black with #EFA642

Text Example


Text Example

White with #EFA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA642; }

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

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

background-color css

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

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

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

border-color css

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

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

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