Html Css Color HEX #EFB93A Bright Sun

📋 copy color: '#EFB93A'

red 239 ◦ green 185 ◦ blue 58

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

Shades of Bright Sun #EFB93A

Tints of Bright Sun #EFB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 49.59%
G = 38.38%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFB93A (or 0xEFB93A) is known color: Bright Sun. HEX triplet: EF, B9 and 3A. RGB value is (239,185,58). Sum of RGB (Red+Green+Blue) = 239+185+58=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB93A is #1046C5. Grayscale: #BBBBBB. Windows color (decimal): -1066694 or 3848687. OLE color: 3848687.

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

Color convert

RGB 239 185 58 -
CMYK 0 0.23 0.76 0.06
HSL 42.1º 0.85% 0.58% -
HSV(B) 42.1º 0.76% 0.94% -
XYZ 53.71 53.35 11.47 -
YUV 186.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 239 185 58 0 0.23 0.76 0.06 42.1 0.85 0.58
Hex EF B9 3A 0 17 4C 6 2A 55 3A
Octal 357 271 72 0 27 114 6 52 125 72
Binary 11101111 10111001 111010 0 10111 1001100 110 101010 1010101 111010

Color Harmonies of #EFB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB93A

Black with #EFB93A

Text Example


Text Example

White with #EFB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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