Html Css Color HEX #EFB129 Bright Sun

📋 copy color: '#EFB129'

red 239 ◦ green 177 ◦ blue 41

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

Shades of Bright Sun #EFB129

Tints of Bright Sun #EFB129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.97%

R = 52.3%
G = 38.73%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFB129 (or 0xEFB129) is known color: Bright Sun. HEX triplet: EF, B1 and 29. RGB value is (239,177,41). Sum of RGB (Red+Green+Blue) = 239+177+41=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB129 is #104ED6. Grayscale: #B4B4B4. Windows color (decimal): -1068759 or 2732527. OLE color: 2732527.

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

Color convert

RGB 239 177 41 -
CMYK 0 0.26 0.83 0.06
HSL 41.21º 0.86% 0.55% -
HSV(B) 41.21º 0.83% 0.94% -
XYZ 51.72 49.96 9.01 -
YUV 180.03 49.54 170.06 -
System Red Green Blue C M Y K H S L
Decimal 239 177 41 0 0.26 0.83 0.06 41.21 0.86 0.55
Hex EF B1 29 0 1A 53 6 29 56 37
Octal 357 261 51 0 32 123 6 51 126 67
Binary 11101111 10110001 101001 0 11010 1010011 110 101001 1010110 110111

Color Harmonies of #EFB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB129

Black with #EFB129

Text Example


Text Example

White with #EFB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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