Html Css Color HEX #EFB925 Bright Sun

📋 copy color: '#EFB925'

red 239 ◦ green 185 ◦ blue 37

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

Shades of Bright Sun #EFB925

Tints of Bright Sun #EFB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 51.84%
G = 40.13%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFB925 (or 0xEFB925) is known color: Bright Sun. HEX triplet: EF, B9 and 25. RGB value is (239,185,37). Sum of RGB (Red+Green+Blue) = 239+185+37=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB925 is #1046DA. Grayscale: #B8B8B8. Windows color (decimal): -1066715 or 2472431. OLE color: 2472431.

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

Color convert

RGB 239 185 37 -
CMYK 0 0.23 0.85 0.06
HSL 43.96º 0.86% 0.54% -
HSV(B) 43.96º 0.85% 0.94% -
XYZ 53.28 53.18 9.21 -
YUV 184.27 44.89 167.03 -
System Red Green Blue C M Y K H S L
Decimal 239 185 37 0 0.23 0.85 0.06 43.96 0.86 0.54
Hex EF B9 25 0 17 55 6 2C 56 36
Octal 357 271 45 0 27 125 6 54 126 66
Binary 11101111 10111001 100101 0 10111 1010101 110 101100 1010110 110110

Color Harmonies of #EFB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB925

Black with #EFB925

Text Example


Text Example

White with #EFB925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB925; }

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

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

background-color css

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

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

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

border-color css

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

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

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