Html Css Color HEX #EFB329 Bright Sun

📋 copy color: '#EFB329'

red 239 ◦ green 179 ◦ blue 41

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

Shades of Bright Sun #EFB329

Tints of Bright Sun #EFB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39%

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

R = 52.07%
G = 39%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFB329 (or 0xEFB329) is known color: Bright Sun. HEX triplet: EF, B3 and 29. RGB value is (239,179,41). Sum of RGB (Red+Green+Blue) = 239+179+41=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB329 is #104CD6. Grayscale: #B5B5B5. Windows color (decimal): -1068247 or 2733039. OLE color: 2733039.

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

Color convert

RGB 239 179 41 -
CMYK 0 0.25 0.83 0.06
HSL 41.82º 0.86% 0.55% -
HSV(B) 41.82º 0.83% 0.94% -
XYZ 52.12 50.75 9.15 -
YUV 181.21 48.88 169.22 -
System Red Green Blue C M Y K H S L
Decimal 239 179 41 0 0.25 0.83 0.06 41.82 0.86 0.55
Hex EF B3 29 0 19 53 6 2A 56 37
Octal 357 263 51 0 31 123 6 52 126 67
Binary 11101111 10110011 101001 0 11001 1010011 110 101010 1010110 110111

Color Harmonies of #EFB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB329

Black with #EFB329

Text Example


Text Example

White with #EFB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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