Html Css Color HEX #EFBD3E Saffron

📋 copy color: '#EFBD3E'

red 239 ◦ green 189 ◦ blue 62

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

Shades of Saffron #EFBD3E

Tints of Saffron #EFBD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.65%

R = 48.78%
G = 38.57%
B = 12.65%

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

#EFBD3E (or 0xEFBD3E) is known color: Saffron. HEX triplet: EF, BD and 3E. RGB value is (239,189,62). Sum of RGB (Red+Green+Blue) = 239+189+62=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD3E is #1042C1. Grayscale: #BEBEBE. Windows color (decimal): -1065666 or 4111855. OLE color: 4111855.

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

Color convert

RGB 239 189 62 -
CMYK 0 0.21 0.74 0.06
HSL 43.05º 0.85% 0.59% -
HSV(B) 43.05º 0.74% 0.94% -
XYZ 54.66 55.09 12.31 -
YUV 189.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 239 189 62 0 0.21 0.74 0.06 43.05 0.85 0.59
Hex EF BD 3E 0 15 4A 6 2B 55 3B
Octal 357 275 76 0 25 112 6 53 125 73
Binary 11101111 10111101 111110 0 10101 1001010 110 101011 1010101 111011

Color Harmonies of #EFBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD3E

Black with #EFBD3E

Text Example


Text Example

White with #EFBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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