Html Css Color HEX #EFBD3C Saffron

📋 copy color: '#EFBD3C'

red 239 ◦ green 189 ◦ blue 60

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

Shades of Saffron #EFBD3C

Tints of Saffron #EFBD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.3%

R = 48.98%
G = 38.73%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFBD3C (or 0xEFBD3C) is known color: Saffron. HEX triplet: EF, BD and 3C. RGB value is (239,189,60). Sum of RGB (Red+Green+Blue) = 239+189+60=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD3C is #1042C3. Grayscale: #BDBDBD. Windows color (decimal): -1065668 or 3980783. OLE color: 3980783.

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

Color convert

RGB 239 189 60 -
CMYK 0 0.21 0.75 0.06
HSL 43.24º 0.85% 0.59% -
HSV(B) 43.24º 0.75% 0.94% -
XYZ 54.61 55.07 12.03 -
YUV 189.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 239 189 60 0 0.21 0.75 0.06 43.24 0.85 0.59
Hex EF BD 3C 0 15 4B 6 2B 55 3B
Octal 357 275 74 0 25 113 6 53 125 73
Binary 11101111 10111101 111100 0 10101 1001011 110 101011 1010101 111011

Color Harmonies of #EFBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD3C

Black with #EFBD3C

Text Example


Text Example

White with #EFBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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