Html Css Color HEX #EFB325 Bright Sun

📋 copy color: '#EFB325'

red 239 ◦ green 179 ◦ blue 37

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

Shades of Bright Sun #EFB325

Tints of Bright Sun #EFB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.13%

R = 52.53%
G = 39.34%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFB325 (or 0xEFB325) is known color: Bright Sun. HEX triplet: EF, B3 and 25. RGB value is (239,179,37). Sum of RGB (Red+Green+Blue) = 239+179+37=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB325 is #104CDA. Grayscale: #B5B5B5. Windows color (decimal): -1068251 or 2470895. OLE color: 2470895.

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

Color convert

RGB 239 179 37 -
CMYK 0 0.25 0.85 0.06
HSL 42.18º 0.86% 0.54% -
HSV(B) 42.18º 0.85% 0.94% -
XYZ 52.05 50.72 8.8 -
YUV 180.75 46.88 169.55 -
System Red Green Blue C M Y K H S L
Decimal 239 179 37 0 0.25 0.85 0.06 42.18 0.86 0.54
Hex EF B3 25 0 19 55 6 2A 56 36
Octal 357 263 45 0 31 125 6 52 126 66
Binary 11101111 10110011 100101 0 11001 1010101 110 101010 1010110 110110

Color Harmonies of #EFB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB325

Black with #EFB325

Text Example


Text Example

White with #EFB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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