Html Css Color HEX #EFBD3A Saffron

📋 copy color: '#EFBD3A'

red 239 ◦ green 189 ◦ blue 58

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

Shades of Saffron #EFBD3A

Tints of Saffron #EFBD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

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

R = 49.18%
G = 38.89%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFBD3A (or 0xEFBD3A) is known color: Saffron. HEX triplet: EF, BD and 3A. RGB value is (239,189,58). Sum of RGB (Red+Green+Blue) = 239+189+58=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD3A is #1042C5. Grayscale: #BDBDBD. Windows color (decimal): -1065670 or 3849711. OLE color: 3849711.

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

Color convert

RGB 239 189 58 -
CMYK 0 0.21 0.76 0.06
HSL 43.43º 0.85% 0.58% -
HSV(B) 43.43º 0.76% 0.94% -
XYZ 54.56 55.05 11.75 -
YUV 189.02 54.07 163.65 -
System Red Green Blue C M Y K H S L
Decimal 239 189 58 0 0.21 0.76 0.06 43.43 0.85 0.58
Hex EF BD 3A 0 15 4C 6 2B 55 3A
Octal 357 275 72 0 25 114 6 53 125 72
Binary 11101111 10111101 111010 0 10101 1001100 110 101011 1010101 111010

Color Harmonies of #EFBD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD3A

Black with #EFBD3A

Text Example


Text Example

White with #EFBD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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