Html Css Color HEX #EFA441 Yellow Sea

📋 copy color: '#EFA441'

red 239 ◦ green 164 ◦ blue 65

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

Shades of Yellow Sea #EFA441

Tints of Yellow Sea #EFA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 51.07%
G = 35.04%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFA441 (or 0xEFA441) is known color: Yellow Sea. HEX triplet: EF, A4 and 41. RGB value is (239,164,65). Sum of RGB (Red+Green+Blue) = 239+164+65=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA441 is #105BBE. Grayscale: #AFAFAF. Windows color (decimal): -1072063 or 4302063. OLE color: 4302063.

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

Color convert

RGB 239 164 65 -
CMYK 0 0.31 0.73 0.06
HSL 34.14º 0.84% 0.6% -
HSV(B) 34.14º 0.73% 0.94% -
XYZ 49.83 45.28 11.12 -
YUV 175.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 239 164 65 0 0.31 0.73 0.06 34.14 0.84 0.6
Hex EF A4 41 0 1F 49 6 22 54 3C
Octal 357 244 101 0 37 111 6 42 124 74
Binary 11101111 10100100 1000001 0 11111 1001001 110 100010 1010100 111100

Color Harmonies of #EFA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA441

Black with #EFA441

Text Example


Text Example

White with #EFA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA441; }

 p { color: rgb(239,164,65); }

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

background-color css

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

 a { background-color: rgb(239,164,65); }

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

border-color css

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

 span { border-color: rgb(239,164,65); }

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