Html Css Color HEX #EFA331 Yellow Sea

📋 copy color: '#EFA331'

red 239 ◦ green 163 ◦ blue 49

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

Shades of Yellow Sea #EFA331

Tints of Yellow Sea #EFA331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 52.99%
G = 36.14%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFA331 (or 0xEFA331) is known color: Yellow Sea. HEX triplet: EF, A3 and 31. RGB value is (239,163,49). Sum of RGB (Red+Green+Blue) = 239+163+49=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA331 is #105CCE. Grayscale: #ADADAD. Windows color (decimal): -1072335 or 3253231. OLE color: 3253231.

HSL color Cylindrical-coordinate representation of color #EFA331: hue angle of 36º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFA331 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 49 -
CMYK 0 0.32 0.79 0.06
HSL 36º 0.86% 0.56% -
HSV(B) 36º 0.79% 0.94% -
XYZ 49.25 44.77 8.95 -
YUV 172.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 239 163 49 0 0.32 0.79 0.06 36 0.86 0.56
Hex EF A3 31 0 20 4F 6 24 56 38
Octal 357 243 61 0 40 117 6 44 126 70
Binary 11101111 10100011 110001 0 100000 1001111 110 100100 1010110 111000

Color Harmonies of #EFA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA331

Black with #EFA331

Text Example


Text Example

White with #EFA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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