Html Css Color HEX #EFAF31 Bright Sun

📋 copy color: '#EFAF31'

red 239 ◦ green 175 ◦ blue 49

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

Shades of Bright Sun #EFAF31

Tints of Bright Sun #EFAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 51.62%
G = 37.8%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFAF31 (or 0xEFAF31) is known color: Bright Sun. HEX triplet: EF, AF and 31. RGB value is (239,175,49). Sum of RGB (Red+Green+Blue) = 239+175+49=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAF31 is #1050CE. Grayscale: #B4B4B4. Windows color (decimal): -1069263 or 3256303. OLE color: 3256303.

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

Color convert

RGB 239 175 49 -
CMYK 0 0.27 0.79 0.06
HSL 39.79º 0.86% 0.56% -
HSV(B) 39.79º 0.79% 0.94% -
XYZ 51.48 49.23 9.7 -
YUV 179.77 54.2 170.25 -
System Red Green Blue C M Y K H S L
Decimal 239 175 49 0 0.27 0.79 0.06 39.79 0.86 0.56
Hex EF AF 31 0 1B 4F 6 28 56 38
Octal 357 257 61 0 33 117 6 50 126 70
Binary 11101111 10101111 110001 0 11011 1001111 110 101000 1010110 111000

Color Harmonies of #EFAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF31

Black with #EFAF31

Text Example


Text Example

White with #EFAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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