Html Css Color HEX #EFBF3A Saffron

📋 copy color: '#EFBF3A'

red 239 ◦ green 191 ◦ blue 58

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

Shades of Saffron #EFBF3A

Tints of Saffron #EFBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

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

R = 48.98%
G = 39.14%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFBF3A (or 0xEFBF3A) is known color: Saffron. HEX triplet: EF, BF and 3A. RGB value is (239,191,58). Sum of RGB (Red+Green+Blue) = 239+191+58=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF3A is #1040C5. Grayscale: #BEBEBE. Windows color (decimal): -1065158 or 3850223. OLE color: 3850223.

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

Color convert

RGB 239 191 58 -
CMYK 0 0.20 0.76 0.06
HSL 44.09º 0.85% 0.58% -
HSV(B) 44.09º 0.76% 0.94% -
XYZ 54.99 55.92 11.9 -
YUV 190.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 239 191 58 0 0.20 0.76 0.06 44.09 0.85 0.58
Hex EF BF 3A 0 14 4C 6 2C 55 3A
Octal 357 277 72 0 24 114 6 54 125 72
Binary 11101111 10111111 111010 0 10100 1001100 110 101100 1010101 111010

Color Harmonies of #EFBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF3A

Black with #EFBF3A

Text Example


Text Example

White with #EFBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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