Html Css Color HEX #EFBD3F Saffron

📋 copy color: '#EFBD3F'

red 239 ◦ green 189 ◦ blue 63

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

Shades of Saffron #EFBD3F

Tints of Saffron #EFBD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.83%

R = 48.68%
G = 38.49%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFBD3F (or 0xEFBD3F) is known color: Saffron. HEX triplet: EF, BD and 3F. RGB value is (239,189,63). Sum of RGB (Red+Green+Blue) = 239+189+63=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD3F is #1042C0. Grayscale: #BEBEBE. Windows color (decimal): -1065665 or 4177391. OLE color: 4177391.

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

Color convert

RGB 239 189 63 -
CMYK 0 0.21 0.74 0.06
HSL 42.95º 0.85% 0.59% -
HSV(B) 42.95º 0.74% 0.94% -
XYZ 54.69 55.1 12.46 -
YUV 189.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 239 189 63 0 0.21 0.74 0.06 42.95 0.85 0.59
Hex EF BD 3F 0 15 4A 6 2B 55 3B
Octal 357 275 77 0 25 112 6 53 125 73
Binary 11101111 10111101 111111 0 10101 1001010 110 101011 1010101 111011

Color Harmonies of #EFBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD3F

Black with #EFBD3F

Text Example


Text Example

White with #EFBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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