Html Css Color HEX #EFBC3D Saffron

📋 copy color: '#EFBC3D'

red 239 ◦ green 188 ◦ blue 61

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

Shades of Saffron #EFBC3D

Tints of Saffron #EFBC3D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 61 (24.22% from 255) = 12.5%

R = 48.98%
G = 38.52%
B = 12.5%

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

#EFBC3D (or 0xEFBC3D) is known color: Saffron. HEX triplet: EF, BC and 3D. RGB value is (239,188,61). Sum of RGB (Red+Green+Blue) = 239+188+61=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC3D is #1043C2. Grayscale: #BDBDBD. Windows color (decimal): -1065923 or 4046063. OLE color: 4046063.

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

Color convert

RGB 239 188 61 -
CMYK 0 0.21 0.74 0.06
HSL 42.81º 0.85% 0.59% -
HSV(B) 42.81º 0.74% 0.94% -
XYZ 54.42 54.65 12.1 -
YUV 188.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 239 188 61 0 0.21 0.74 0.06 42.81 0.85 0.59
Hex EF BC 3D 0 15 4A 6 2B 55 3B
Octal 357 274 75 0 25 112 6 53 125 73
Binary 11101111 10111100 111101 0 10101 1001010 110 101011 1010101 111011

Color Harmonies of #EFBC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC3D

Black with #EFBC3D

Text Example


Text Example

White with #EFBC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC3D; }

 p { color: rgb(239,188,61); }

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

background-color css

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

 a { background-color: rgb(239,188,61); }

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

border-color css

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

 span { border-color: rgb(239,188,61); }

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