Html Css Color HEX #EABF3E Saffron

📋 copy color: '#EABF3E'

red 234 ◦ green 191 ◦ blue 62

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

Shades of Saffron #EABF3E

Tints of Saffron #EABF3E

RGB

 RED value IS 234 (91.8% from 255) = 48.05%

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

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

R = 48.05%
G = 39.22%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EABF3E (or 0xEABF3E) is known color: Saffron. HEX triplet: EA, BF and 3E. RGB value is (234,191,62). Sum of RGB (Red+Green+Blue) = 234+191+62=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF3E is #1540C1. Grayscale: #BDBDBD. Windows color (decimal): -1392834 or 4112362. OLE color: 4112362.

HSL color Cylindrical-coordinate representation of color #EABF3E: hue angle of 45º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EABF3E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 191 62 -
CMYK 0 0.18 0.74 0.08
HSL 45º 0.8% 0.58% -
HSV(B) 45º 0.74% 0.92% -
XYZ 53.43 55.1 12.38 -
YUV 189.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 234 191 62 0 0.18 0.74 0.08 45 0.8 0.58
Hex EA BF 3E 0 12 4A 8 2D 50 3A
Octal 352 277 76 0 22 112 10 55 120 72
Binary 11101010 10111111 111110 0 10010 1001010 1000 101101 1010000 111010

Color Harmonies of #EABF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF3E

Black with #EABF3E

Text Example


Text Example

White with #EABF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF3E; }

 p { color: rgb(234,191,62); }

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

background-color css

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

 a { background-color: rgb(234,191,62); }

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

border-color css

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

 span { border-color: rgb(234,191,62); }

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