Html Css Color HEX #EFB031 Bright Sun

📋 copy color: '#EFB031'

red 239 ◦ green 176 ◦ blue 49

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

Shades of Bright Sun #EFB031

Tints of Bright Sun #EFB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

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

R = 51.51%
G = 37.93%
B = 10.56%

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

#EFB031 (or 0xEFB031) is known color: Bright Sun. HEX triplet: EF, B0 and 31. RGB value is (239,176,49). Sum of RGB (Red+Green+Blue) = 239+176+49=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB031 is #104FCE. Grayscale: #B4B4B4. Windows color (decimal): -1069007 or 3256559. OLE color: 3256559.

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

Color convert

RGB 239 176 49 -
CMYK 0 0.26 0.79 0.06
HSL 40.11º 0.86% 0.56% -
HSV(B) 40.11º 0.79% 0.94% -
XYZ 51.68 49.62 9.76 -
YUV 180.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 239 176 49 0 0.26 0.79 0.06 40.11 0.86 0.56
Hex EF B0 31 0 1A 4F 6 28 56 38
Octal 357 260 61 0 32 117 6 50 126 70
Binary 11101111 10110000 110001 0 11010 1001111 110 101000 1010110 111000

Color Harmonies of #EFB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB031

Black with #EFB031

Text Example


Text Example

White with #EFB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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