Html Css Color HEX #EFB130 Bright Sun

📋 copy color: '#EFB130'

red 239 ◦ green 177 ◦ blue 48

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

Shades of Bright Sun #EFB130

Tints of Bright Sun #EFB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 51.51%
G = 38.15%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB130 (or 0xEFB130) is known color: Bright Sun. HEX triplet: EF, B1 and 30. RGB value is (239,177,48). Sum of RGB (Red+Green+Blue) = 239+177+48=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB130 is #104ECF. Grayscale: #B5B5B5. Windows color (decimal): -1068752 or 3191279. OLE color: 3191279.

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

Color convert

RGB 239 177 48 -
CMYK 0 0.26 0.80 0.06
HSL 40.52º 0.86% 0.56% -
HSV(B) 40.52º 0.8% 0.94% -
XYZ 51.85 50.01 9.72 -
YUV 180.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 239 177 48 0 0.26 0.80 0.06 40.52 0.86 0.56
Hex EF B1 30 0 1A 50 6 29 56 38
Octal 357 261 60 0 32 120 6 51 126 70
Binary 11101111 10110001 110000 0 11010 1010000 110 101001 1010110 111000

Color Harmonies of #EFB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB130

Black with #EFB130

Text Example


Text Example

White with #EFB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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