Html Css Color HEX #EFA332 Yellow Sea

📋 copy color: '#EFA332'

red 239 ◦ green 163 ◦ blue 50

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

Shades of Yellow Sea #EFA332

Tints of Yellow Sea #EFA332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 52.88%
G = 36.06%
B = 11.06%

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

#EFA332 (or 0xEFA332) is known color: Yellow Sea. HEX triplet: EF, A3 and 32. RGB value is (239,163,50). Sum of RGB (Red+Green+Blue) = 239+163+50=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA332 is #105CCD. Grayscale: #ADADAD. Windows color (decimal): -1072334 or 3318767. OLE color: 3318767.

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

Color convert

RGB 239 163 50 -
CMYK 0 0.32 0.79 0.06
HSL 35.87º 0.86% 0.57% -
HSV(B) 35.87º 0.79% 0.94% -
XYZ 49.27 44.78 9.06 -
YUV 172.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 239 163 50 0 0.32 0.79 0.06 35.87 0.86 0.57
Hex EF A3 32 0 20 4F 6 24 56 39
Octal 357 243 62 0 40 117 6 44 126 71
Binary 11101111 10100011 110010 0 100000 1001111 110 100100 1010110 111001

Color Harmonies of #EFA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA332

Black with #EFA332

Text Example


Text Example

White with #EFA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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