Html Css Color HEX #EFBF34 Saffron

📋 copy color: '#EFBF34'

red 239 ◦ green 191 ◦ blue 52

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

Shades of Saffron #EFBF34

Tints of Saffron #EFBF34

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 49.59%
G = 39.63%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFBF34 (or 0xEFBF34) is known color: Saffron. HEX triplet: EF, BF and 34. RGB value is (239,191,52). Sum of RGB (Red+Green+Blue) = 239+191+52=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF34 is #1040CB. Grayscale: #BEBEBE. Windows color (decimal): -1065164 or 3457007. OLE color: 3457007.

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

Color convert

RGB 239 191 52 -
CMYK 0 0.20 0.78 0.06
HSL 44.6º 0.85% 0.57% -
HSV(B) 44.6º 0.78% 0.94% -
XYZ 54.85 55.86 11.14 -
YUV 189.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 239 191 52 0 0.20 0.78 0.06 44.6 0.85 0.57
Hex EF BF 34 0 14 4E 6 2D 55 39
Octal 357 277 64 0 24 116 6 55 125 71
Binary 11101111 10111111 110100 0 10100 1001110 110 101101 1010101 111001

Color Harmonies of #EFBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF34

Black with #EFBF34

Text Example


Text Example

White with #EFBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF34; }

 p { color: rgb(239,191,52); }

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

background-color css

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

 a { background-color: rgb(239,191,52); }

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

border-color css

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

 span { border-color: rgb(239,191,52); }

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