Html Css Color HEX #EFB131 Bright Sun

📋 copy color: '#EFB131'

red 239 ◦ green 177 ◦ blue 49

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

Shades of Bright Sun #EFB131

Tints of Bright Sun #EFB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

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

R = 51.4%
G = 38.06%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFB131 (or 0xEFB131) is known color: Bright Sun. HEX triplet: EF, B1 and 31. RGB value is (239,177,49). Sum of RGB (Red+Green+Blue) = 239+177+49=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB131 is #104ECE. Grayscale: #B5B5B5. Windows color (decimal): -1068751 or 3256815. OLE color: 3256815.

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

Color convert

RGB 239 177 49 -
CMYK 0 0.26 0.79 0.06
HSL 40.42º 0.86% 0.56% -
HSV(B) 40.42º 0.79% 0.94% -
XYZ 51.87 50.02 9.83 -
YUV 180.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 239 177 49 0 0.26 0.79 0.06 40.42 0.86 0.56
Hex EF B1 31 0 1A 4F 6 28 56 38
Octal 357 261 61 0 32 117 6 50 126 70
Binary 11101111 10110001 110001 0 11010 1001111 110 101000 1010110 111000

Color Harmonies of #EFB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB131

Black with #EFB131

Text Example


Text Example

White with #EFB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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