Html Css Color HEX #EDBF3A Saffron

📋 copy color: '#EDBF3A'

red 237 ◦ green 191 ◦ blue 58

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

Shades of Saffron #EDBF3A

Tints of Saffron #EDBF3A

RGB

 RED value IS 237 (92.97% from 255) = 48.77%

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

 BLUE value IS 58 (23.05% from 255) = 11.93%

R = 48.77%
G = 39.3%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDBF3A (or 0xEDBF3A) is known color: Saffron. HEX triplet: ED, BF and 3A. RGB value is (237,191,58). Sum of RGB (Red+Green+Blue) = 237+191+58=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF3A is #1240C5. Grayscale: #BEBEBE. Windows color (decimal): -1196230 or 3850221. OLE color: 3850221.

HSL color Cylindrical-coordinate representation of color #EDBF3A: hue angle of 44.58º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDBF3A is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 58 -
CMYK 0 0.19 0.76 0.07
HSL 44.58º 0.83% 0.58% -
HSV(B) 44.58º 0.76% 0.93% -
XYZ 54.32 55.57 11.87 -
YUV 189.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 237 191 58 0 0.19 0.76 0.07 44.58 0.83 0.58
Hex ED BF 3A 0 13 4C 7 2D 53 3A
Octal 355 277 72 0 23 114 7 55 123 72
Binary 11101101 10111111 111010 0 10011 1001100 111 101101 1010011 111010

Color Harmonies of #EDBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF3A

Black with #EDBF3A

Text Example


Text Example

White with #EDBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF3A; }

 p { color: rgb(237,191,58); }

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

background-color css

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

 a { background-color: rgb(237,191,58); }

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

border-color css

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

 span { border-color: rgb(237,191,58); }

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